Skip to content
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

A resource doesn't appear for its owner when a shared user removes the read and write rights to all groups #93

Closed
MohamedHamouGisaia opened this issue Feb 5, 2024 · 0 comments · Fixed by #95
Assignees
Labels
bug Something isn't working

Comments

@MohamedHamouGisaia
Copy link
Member

MohamedHamouGisaia commented Feb 5, 2024

Storage : FileStore and File System

How to reproduce

  • Create a resource by a user A (the owner)
  • Share the resource with read AND write rights with a group G
  • Login with a user B who belongs to group G
  • User B has the right to share the resource as well
  • With user B remove the read AND write rights from all groups of this resource
  • The resource is fetched with GET list for user B, but user B should no longer see this resource.
  • Login now with the user A. The resource is not fetched with GET list but user A is its owner, so it should appear in the list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants