-
Notifications
You must be signed in to change notification settings - Fork 2
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(manager): grant creation permissions help text #472
Conversation
src/modules/authz/help.tsx
Outdated
[viewPermissions]: | ||
"Whether the subject can view permissions which apply to only this resource, or any sub-resources.", | ||
[editPermissions]: | ||
"Whether the subject can edit permissions which apply to only this resource, or any sub-resources.", |
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.
"only this resource, or any sub-resources"..... so, anything? I wasn't sure what this ruled out.
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.
doesn't apply to grants which apply to this resource but to other resources as well. i'll try to make this a bit clearer.
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.
Everything is ok for me.
this adds little popover help text to the permissions checkboxes when creating a grant.