Skip to content

Commit b14a251

Browse files
committed
Fix the OCM role editor permission set. The redundant permissions have been removed
1 parent 150e096 commit b14a251

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bugfix: Fix the OCM role editor
2+
3+
Fix the OCM role editor permission set. The redundant permissions have been removed.
4+
5+
https://github.com/cs3org/reva/pull/5100
6+
https://github.com/owncloud/ocis/issues/11054

internal/http/services/ocmd/protocols.go

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ func (w *WebDAV) ToOCMProtocol() *ocm.Protocol {
7070
perms.Permissions.CreateContainer = true
7171
perms.Permissions.Delete = true
7272
perms.Permissions.Move = true
73-
perms.Permissions.ListGrants = true
74-
case "share":
75-
perms.Reshare = true
7673
}
7774
}
7875

0 commit comments

Comments
 (0)