-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OCM] roles id not available on sharedWithMe response when listing shares shared with editor role #11054
Comments
Fixed cs3org/reva#5100
|
@PrajwolAmatya |
@2403905 I have updated the test. The CI should be green. 👍 |
Thank you |
Its working fine for cc @2403905 |
We are restricted by the OCM protocol and it is a kind of problem recognizing the ![]() |
The Should we close this issue? |
Describe the bug
When a resource is shared with editor role and sharee (federated user) lists the shares with
sharedWithMe
endpoint, then the roles id is not available in the response. The roles id is only availble for viewer role.Steps to reproduce
Alice
create two foldersfolder1
andfolder2
folder1
withViewer
role andfolder2
withEditor
role to federated userBrian
Brian
lists the sharesResponse
Here, it can be seen that while listing share,
roles
property is not available forfolder2
which was shared withEditor
role.This same behavior exists for file sharing.
Expected behavior
The roles property should be available in the
sharedWithMe
response for resources shared with all permissions role.Actual behavior
The roles property is not available for resources shared with
Editor
role.Setup
The text was updated successfully, but these errors were encountered: