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

Internal server error thrown when non-admin user sets permissions on a file to NONE then tries to refresh the permissions list #378

Open
JustinKyleJames opened this issue Feb 10, 2025 · 1 comment
Labels
Milestone

Comments

@JustinKyleJames
Copy link
Contributor

When a non-admin user sets permissions on a file to NONE and then tries to refresh the screen or clicks on the permissions tab, the application returns an internal server error back to the client. This is because the user no longer has permission to read the metadata.

There is probably a better way to handle this situation.

@alanking alanking added the bug label Feb 10, 2025
@alanking alanking added this to the 3.1.0 milestone Feb 10, 2025
@trel
Copy link
Contributor

trel commented Feb 10, 2025

sounds like it should probably just 'list' the parent collection, and then recursively walk 'up' if that continues to fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants