We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150e096 commit b14a251Copy full SHA for b14a251
changelog/unreleased/fix-ocm-role-editor.md
@@ -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
@@ -70,9 +70,6 @@ func (w *WebDAV) ToOCMProtocol() *ocm.Protocol {
70
perms.Permissions.CreateContainer = true
71
perms.Permissions.Delete = true
72
perms.Permissions.Move = true
73
- perms.Permissions.ListGrants = true
74
- case "share":
75
- perms.Reshare = true
76
}
77
78
0 commit comments