Fixed access type to comply with StorageHub

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@179469 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-05-17 17:30:38 +00:00
parent f90fa79e66
commit fffde02804
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ public class GWTWorkspaceSharingBuilder {
break;
case WRITE_ALL:
acls.add(new WorkspaceACL(acl.toString(), ACL_TYPE.WRITE_ALL, "Write Any", false, USER_TYPE.OTHER,
acls.add(new WorkspaceACL(acl.toString(), ACL_TYPE.WRITE_ALL, "Write All", false, USER_TYPE.OTHER,
"Any user can update/delete any file"));
break;
default: