From 0723eb1b76c9653c09285d29f9ad837826d1baaf Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Wed, 15 Jan 2014 11:51:32 +0000 Subject: [PATCH] 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 --- .../client/view/toolbars/GxtToolBarItemFunctionality.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/view/toolbars/GxtToolBarItemFunctionality.java b/src/main/java/org/gcube/portlets/user/workspace/client/view/toolbars/GxtToolBarItemFunctionality.java index d454bea..26478df 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/view/toolbars/GxtToolBarItemFunctionality.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/view/toolbars/GxtToolBarItemFunctionality.java @@ -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() {