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@181351 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-07-29 16:53:58 +00:00
parent 86724bc3d8
commit 400b5235a0
1 changed files with 1 additions and 1 deletions

View File

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