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.
Another fix for converting custom ocs permissions to roles
When creating (public) shares with the permissions read,update,create,delete we wrongly converted that into the `SpacerEditor` sharing role. The correct role for that would be `legacy`. Fixes: owncloud/enterprise#6209
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Bugfix: Fix conversion of custom ocs permissions to roles | ||
|
||
When creating shares with just `view` permission we wrongly converted that | ||
into the `SpacerViewer` sharing role. The correct role for that would be `legacy`. | ||
When creating shares with custom permissions they were under certain conditions | ||
converted into the wrong corrensponding sharing role | ||
|
||
https://github.com/cs3org/reva/pull/4342 | ||
https://github.com/cs3org/reva/pull/4343 | ||
https://github.com/owncloud/enterprise/issues/6209 |
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