-
-
Notifications
You must be signed in to change notification settings - Fork 529
[3.x] Update permissions for viewing and clearing manager actions log #15981
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
[3.x] Update permissions for viewing and clearing manager actions log #15981
Conversation
Do we need to remove the |
Thanks @JoshuaLuckers - done! |
Hmm. Does this really need to be held until 3.1? If so, then the upgrade script needs to be targeted at 3.1 instead of 3.0. |
Felt more like a feature than a fix, but I'm certainly more than happy to see it in rc2 as well. |
Since I don't believe this would affect any extras, I think it makes more sense to just bring it in for RC2 if no one else has objections. |
Fine with me! :) |
What does it do?
logs
permissionmgr_log_view
permissionmgr_log_erase
permissionI went with these names rather than the ones suggested in the issue so that they are uniform with the error log permissions.
Why is it needed?
This will allow a user to view the manager actions log but not clear it.
How to test
Related issue(s)/PR(s)
Closes #15739