Fixed Get Info for shared Folder

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@179305 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-05-07 14:10:18 +00:00
parent 5bdbed4d6b
commit ba8165fd0b
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ public class DialogGetInfo extends Dialog {
htmlUsersWidget.mask();
WorkspaceSharingServiceAsync.INSTANCE.getACLsDescriptionForWorkspaceItemById(sharedId,
WorkspaceSharingServiceAsync.INSTANCE.getACLsDescriptionForSharedFolderId(sharedId,
new AsyncCallback<String>() {
@Override