-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Missing acl.xml for the Magento_Checkout module #768
Comments
Resource tree is area agnostic. It can be used by any area. And yes, acl.xml is missing for checkout |
@antonkril Thanks for clearing the question. |
Internal ticket: MAGETWO-31329 |
@tzyganu, we've created internal ticket for fixing this issue, but your pull request is always welcome :-). |
@asemenenko Andrii--is this one your for checkout or for Piotr (security)? |
Any reason why this is not merged yet? Did I do something wrong? |
Thank you for your submission. We recently made some changes to the way we process GitHub submissions to more quickly identify and respond to core code issues. Feature Requests and Improvements should now be submitted to the new Magento 2 Feature Requests and Improvements forum (see details here). We are closing this GitHub ticket and have moved your request to the new forum. |
@piotrekkaminski This is not a feature request. It's actually a bug. |
Added static test to freeze and allow changes only in particular areas
In the
system.xml
of the Magento_Checkout module there is a resource referenced:<resource>Magento_Checkout::checkout</resource>
but the resource is not defined anywhere.It seams that the
acl.xml
file is missing.And a question on the topic. Why is the
acl.xml
file located directly insideetc
folder and notetc/adminhtml
since it is used on the admin area alone?The text was updated successfully, but these errors were encountered: