Skip to content

Commit

Permalink
Merge pull request #43 from luancschmitz/hotfix/action-menu-redirect-…
Browse files Browse the repository at this point in the history
…configuration

change action value
  • Loading branch information
MaxSouza authored Jun 4, 2020
2 parents 695b351 + f357e44 commit 735eb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/adminhtml/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
<menu>
<add id="SystemCode_BrazilCustomerAttributes::title" title="Brazil Customer Attributes" translate="title" module="SystemCode_BrazilCustomerAttributes" sortOrder="200" parent="SystemCode_Base::systemcode" dependsOnModule="SystemCode_BrazilCustomerAttributes" resource="SystemCode_BrazilCustomerAttributes::brazilcustomerattributes"/>
<add id="SystemCode_BrazilCustomerAttributes::configuration" title="Configuration" translate="title" module="SystemCode_BrazilCustomerAttributes" sortOrder="100" parent="SystemCode_BrazilCustomerAttributes::title" action="adminhtml/system_config/edit/section/BrazilCustomerAttributes" dependsOnModule="SystemCode_BrazilCustomerAttributes" resource="SystemCode_BrazilCustomerAttributes::configuration"/>
<add id="SystemCode_BrazilCustomerAttributes::configuration" title="Configuration" translate="title" module="SystemCode_BrazilCustomerAttributes" sortOrder="100" parent="SystemCode_BrazilCustomerAttributes::title" action="adminhtml/system_config/edit/section/brazilcustomerattributes" dependsOnModule="SystemCode_BrazilCustomerAttributes" resource="SystemCode_BrazilCustomerAttributes::configuration"/>
</menu>
</config>
</config>

0 comments on commit 735eb7f

Please sign in to comment.