ref 17169: Selection of users in the Sharing panel

https://support.d4science.org/issues/17169

Updated support to VREs discovery

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@181383 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-07-31 18:04:41 +00:00
parent 1d6d1b8ed0
commit 39530ba189
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ public class DialogShareFolder extends Dialog {
return false;
}
if (getSharedListUsers().size() == 0) {
if (getSharedListUsers().size() <= 1) {
if (displayAlert)
new MessageBoxAlert("Attention", "You must pick at least one user with which share the folder", null);
suggestPanel.boxSetFocus();