-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Allow ACL settings for system config "groups" #4326
base: main
Are you sure you want to change the base?
Conversation
A brief description on how to test this would be helpful. |
Example: 70312f3. |
I am not sure how to disable a user from accessing a field. Can you explain how to test this PR? |
This is not used in core, yet! I did not want to add acl-resources in that PR. @empiricompany "asked" for that feature. And imho its very useful for extensions. To test see linked commit. |
Is updated description enough? |
Fixed Issues (if relevant)
To add ACL-checks to config groups you have to:
adminhtml.xml
acl_resource
node to system.xmls config groups. Eg.Example usage: 70312f3