Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 268dcb8

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82645: [BACKPORT 2.2] [TASK] Moved Customer Groups Menu Item from Other sett… #11677
- Merge Pull Request magento/magento2#11677 from experius/magento2:experius-2.2-patch-customergroup-admin-menuitem - Merged commits: 1. 422ed86
2 parents 4d26093 + 422ed86 commit 268dcb8

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)