forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Role "file-editor" does not have resharing permissions
Similar to the generich "editor" role the "file-editor" should have resharing permissions. When creating an "editor" file share using `ocs`. `ocs` already adds the `AddGrant` permission. This commit just about fixing the mapping of resource permission back to the corresponding role.
- Loading branch information
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Fix definition of "file-editor" role | ||
|
||
The "file-editor" role was missing the AddGrant resource permission, which | ||
caused a broken mapping from ResourcePermissions to roles in certain cases. | ||
|
||
https://github.com/cs3org/reva/pull/4336 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters