mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 21:00:30 -06:00
[full-ci] remove the permissions of a role with duplicate ID
This commit is contained in:
6
changelog/unreleased/fix-permissions-duplicate.md
Normal file
6
changelog/unreleased/fix-permissions-duplicate.md
Normal 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
|
||||
@@ -86,7 +86,6 @@ func generateBundleSpaceAdminRole() *settingsmsg.Bundle {
|
||||
CreatePublicLinkPermission(All),
|
||||
CreateSharePermission(All),
|
||||
CreateSpacesPermission(All),
|
||||
CreateSpacesPermission(Own),
|
||||
DeleteProjectSpacesPermission(All),
|
||||
DeleteReadOnlyPublicLinkPasswordPermission(All),
|
||||
DisableEmailNotificationsPermission(Own),
|
||||
|
||||
Reference in New Issue
Block a user