Skip to content

Commit 248b894

Browse files
committed
MAGETWO-99711: Broken menu for admin user with restricted right
1 parent 211dd25 commit 248b894

File tree

1 file changed

+3
-2
lines changed
  • app/code/Magento/Catalog/etc

1 file changed

+3
-2
lines changed

app/code/Magento/Catalog/etc/acl.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<resource id="Magento_Backend::admin">
1212
<resource id="Magento_Catalog::catalog" title="Catalog" translate="title" sortOrder="30">
1313
<resource id="Magento_Catalog::catalog_inventory" title="Inventory" translate="title" sortOrder="10">
14-
<resource id="Magento_Catalog::products" title="Products" translate="title" sortOrder="10" />
14+
<resource id="Magento_Catalog::products" title="Products" translate="title" sortOrder="10">
15+
<resource id="Magento_Catalog::update_attributes" title="Update Attributes" translate="title" />
16+
</resource>
1517
<resource id="Magento_Catalog::categories" title="Categories" translate="title" sortOrder="20" />
1618
</resource>
1719
</resource>
@@ -23,7 +25,6 @@
2325
</resource>
2426
<resource id="Magento_Backend::stores_attributes">
2527
<resource id="Magento_Catalog::attributes_attributes" title="Product" translate="title" sortOrder="30" />
26-
<resource id="Magento_Catalog::update_attributes" title="Update Attributes" translate="title" sortOrder="35" />
2728
<resource id="Magento_Catalog::sets" title="Attribute Set" translate="title" sortOrder="40"/>
2829
</resource>
2930
</resource>

0 commit comments

Comments
 (0)