[full-ci] remove the permissions of a role with duplicate ID

This commit is contained in:
Roman Perekhod
2023-12-14 12:30:34 +01:00
parent eb46330101
commit 737e2962bb
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: permissions of a role with duplicate ID
We remove the redundant permissions of a role with duplicate ID.
https://github.com/owncloud/ocis/pull/7976
https://github.com/owncloud/ocis/issues/7931

View File

@@ -86,7 +86,6 @@ func generateBundleSpaceAdminRole() *settingsmsg.Bundle {
CreatePublicLinkPermission(All),
CreateSharePermission(All),
CreateSpacesPermission(All),
CreateSpacesPermission(Own),
DeleteProjectSpacesPermission(All),
DeleteReadOnlyPublicLinkPasswordPermission(All),
DisableEmailNotificationsPermission(Own),