Skip to content

Commit 6377c02

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82561: [TASK] Moved Customer Groups Menu Item from Other settings to Customers #11652
- Merge Pull Request #11652 from experius/magento2:experius-patch-customergroup-admin-menuitem - Merged commits: 1. aa1e778
2 parents e7c5bb5 + aa1e778 commit 6377c02

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/etc/adminhtml

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/etc/adminhtml/menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<add id="Magento_Customer::customer" title="Customers" translate="title" module="Magento_Customer" sortOrder="30" resource="Magento_Customer::customer"/>
1111
<add id="Magento_Customer::customer_manage" title="All Customers" translate="title" module="Magento_Customer" sortOrder="10" parent="Magento_Customer::customer" action="customer/index/" resource="Magento_Customer::manage"/>
1212
<add id="Magento_Customer::customer_online" title="Now Online" translate="title" module="Magento_Customer" sortOrder="30" parent="Magento_Customer::customer" action="customer/online/" resource="Magento_Customer::online"/>
13-
<add id="Magento_Customer::customer_group" title="Customer Groups" translate="title" module="Magento_Customer" sortOrder="50" parent="Magento_Backend::other_settings" action="customer/group" resource="Magento_Customer::group"/>
13+
<add id="Magento_Customer::customer_group" title="Customer Groups" translate="title" module="Magento_Customer" sortOrder="50" parent="Magento_Customer::customer" action="customer/group" resource="Magento_Customer::group"/>
1414
</menu>
1515
</config>

0 commit comments

Comments
 (0)