-
Notifications
You must be signed in to change notification settings - Fork 36
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
Skip create permission check if validating #4090
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested as wbuser
on a copy of RBGE's database. Looks like all is working as expected! Very exciting development.
The role configured for this user is read-only for everything, with additional abilities granted for creating queries, record sets, and WorkBench datasets. No write permission for any table, and this is blocked as one would expect.
https://herbrbge9323-issue-2395.test.specifysystems.org/specify/security/user/37/
Testing instructions
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
Triggered by 2ebf7d4 on branch refs/heads/issue-2395
This pull request has been mentioned on Specify Community Forum. There might be relevant details there: https://discourse.specifysoftware.org/t/specify-7-9-2-release-announcement/1452/1 |
Allows users with just validate permission to validate a dataset without create permission to tables.
See #2395 (comment)