disabled public link on multiselection

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@90134 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-01-15 11:51:32 +00:00
parent 8d41cf0d5b
commit 0723eb1b76
1 changed files with 1 additions and 0 deletions

View File

@ -652,6 +652,7 @@ public class GxtToolBarItemFunctionality {
this.btnOpen.setEnabled(!active);
this.btnCopyItem.setEnabled(!active);
this.btnGetSharedLink.setEnabled(!active);
this.btnPublicLink.setEnabled(!active);
}
public ToolBar getToolBar() {