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: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@181350 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-07-29 16:53:29 +00:00
parent 6d0123454f
commit 274248bc9b
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ public class PanelMultiDragContactAdmin extends ContentPanel {
List<InfoContactModel> contacts = contactsMap.get(userVRE);
updateStoreSource(contacts);
} else {
gridAllContacts.mask();//("", LOADINGSTYLE);
gridAllContacts.mask("Loading...");//("", LOADINGSTYLE);
GWT.log("PanelMultiDragContactAdmin retrieve contacts list");
WorkspaceSharingController.rpcWorkspaceSharingService.getAllContactsByVRE(userVRE,
new AsyncCallback<List<InfoContactModel>>() {