From 3ce6d72e31ab07ed853414fa37c8ed60e8dd1591 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 29 Jul 2019 17:07:38 +0000 Subject: [PATCH] ref 17169: Selection of users in the Sharing panel https://support.d4science.org/issues/17169 Added support to workspace users discovery by VREs git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@181352 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/view/sharing/DialogMultiDragWorkspaceContacts.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/view/sharing/DialogMultiDragWorkspaceContacts.java b/src/main/java/org/gcube/portlets/user/workspace/client/view/sharing/DialogMultiDragWorkspaceContacts.java index d2d8b5e..b1cb158 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/view/sharing/DialogMultiDragWorkspaceContacts.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/view/sharing/DialogMultiDragWorkspaceContacts.java @@ -27,7 +27,7 @@ public class DialogMultiDragWorkspaceContacts extends Dialog { private static final int HEIGHT_DIALOG = 580; private static final int WIDTH_DIALOG = 620; - private String txtHelp = "Drag one or more contacts from the left (All Contacts) to the right (Share with) to add users in your sharing list."; + private String txtHelp = "Select a VRE and after drag one or more contacts from the left (All Contacts) to the right (Share with) to add users in your sharing list."; private String titleHelp = "Group dragging action"; // private boolean hideOnPressOkButton=false;