-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: Add scriptor
access flag
#1032
feat: Add scriptor
access flag
#1032
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.
Well, the new roles are okay for me. But where do we use them? You didn't change a can*
method of a module/prototype 🤔
You're right. My initial intention behind this was to display the "scriptor"-button in the Admin. I will have further consideration about this and let you know. |
The base branch was changed.
There needs to be an distinction between a Flag and an Access right. Since "Scriptor" is not an Acces right but a usage privillege we should differentiate that as a flag not as a right. |
scriptor
access rightscriptor
access flag
Upated this PR in convenience with @akelch. Clarified naming convention, so an access flag is something like "root", "admin" or now "scriptor", and an access-right is the stuff with the "add", "edit", "delete", "view" or any other action-related. |
scriptor
scriptor
for users having theadmin
-role