-
Notifications
You must be signed in to change notification settings - Fork 3
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
1258 - Improve permission checks in the backend #1259
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
@legendword I think this should be rebased on top of master since it is not 3.0-related and should be available in 2.0 as well! Could you please rebase it? We'll need to then also rebase the base 3.0 branch (#1219) on this PR. |
This pull request is replaced by #1303 which is based on the master branch. |
Changes
TapestryHelpers::userIsAllowed
(backend) to align withHelper.hasPermission
(frontend).UserActions
constant class for backend which is a replica of theuserActions
constant in the frontend.showRejected
value in the calls toHelpers.hasPermission
in node modal.Issue Linkage
Closes #1258
PR Dependency
Depends on: #1222