removed MyConnections from privacy level listbox for this release

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@68738 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-02-02 17:41:39 +00:00
parent e041f7c313
commit f76b4d30b3
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class ShareUpdateForm extends Composite {
else if (myUserInfo.getOwnVREs().size() == 1)
for (String vreId : myUserInfo.getOwnVREs().keySet())
privacyLevel.addItem(LISTBOX_LEVEL + myUserInfo.getOwnVREs().get(vreId), vreId);
privacyLevel.addItem("My Connections", PrivacyLevel.CONNECTION.toString());
//privacyLevel.addItem("My Connections", PrivacyLevel.CONNECTION.toString());
if (user.isAdmin())
privacyLevel.addItem("Anyone", PrivacyLevel.PORTAL.toString());
}