-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Description
"Products -> Inventory" menu node uses "Magento_Catalog::catalog" ACL resource, the same as root "Products" node. It causes UI problem when custom node is added under "Products" node. To display such custom node I need to add permission to "Magento_Catalog::catalog" and it causes displaying empty "Inventory" node.
"Products -> Inventory" should use "Magento_Catalog::catalog_inventory" ACL resource.
Preconditions
- Install Magento 2.0.2
Steps to reproduce
- Install custom module which adds backend menu item under Products node
- Create administrator account with access only to custom module section
- Log in into administrator account
Expected result
Only custom module menu items should be displayed under Products node
Actual result
Above custom module menu items empty "Inventory" node is displayed