Skip to content
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

Change resource ids from Magento_Adminhtml::* to Magento_Backend #921

Closed
tzyganu opened this issue Jan 6, 2015 · 2 comments
Closed

Change resource ids from Magento_Adminhtml::* to Magento_Backend #921

tzyganu opened this issue Jan 6, 2015 · 2 comments

Comments

@tzyganu
Copy link
Contributor

tzyganu commented Jan 6, 2015

In the file /app/code/Magento/Backend/etc/acl.xml (and all the other acl.xml files) the prefix for the resource ids is Magento_Adminhtml::*. Example:

<resource id="Magento_Adminhtml::myaccount" title="My Account" sortOrder="50" />

It should be

<resource id="Magento_Backend::myaccount" title="My Account" sortOrder="50" />

since the Adminhtml module does not exist.

@vpelipenko
Copy link
Contributor

@tzyganu Thank you for contribution! We have created the issue in our internal bug tracker and will address it once we have it prioritized. But if you want to help with this fix, your pull requests are welcome.

Ticket: MAGETWO-32668

@vpelipenko vpelipenko added PS and removed CS labels Jan 13, 2015
anupdugar added a commit that referenced this issue Feb 20, 2015
… to Magento_Backend #921

- Replaced Magento_Adminhtml with Magento_Backend
@vpelipenko
Copy link
Contributor

@tzyganu, this issue was fixed and available here from 0.42.0-beta9 version. You can checkout it and verify.

magento-team pushed a commit that referenced this issue Apr 11, 2017
magento-team pushed a commit that referenced this issue Dec 28, 2017
 - Merge Pull Request magento-engcom/magento2ce#921 from RomaKis/magento2:8830
 - Merged commits:
   1. 0a6a2d9
   2. 53c1fa3
   3. 1ab55ec
   4. cb24115
   5. bfb2e38
   6. 568d36e
   7. 0a72897
VitaliyBoyko pushed a commit to VitaliyBoyko/magento2 that referenced this issue Jun 22, 2018
…on-for-virtual

MSI#822 Source deduction for virtual and downloadable products
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants