Skip to content

Commit

Permalink
Merge pull request #82 from bitExpert/fix/79_system_resource
Browse files Browse the repository at this point in the history
#79 Fixed invalid position of tag resource in system.xml
  • Loading branch information
websharp committed Aug 3, 2017
2 parents 451584e + 4d577b6 commit 58ba43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="customer" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<resource>BitExpert_ForceCustomerLogin::bitexpert_force_customer_login_manage</resource>
<group id="bitExpert_ForceCustomerLogin" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>bitExpert Force Customer Login</label>
<resource>BitExpert_ForceCustomerLogin::bitexpert_force_customer_login_manage</resource>
<field id="enabled" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Module</label>
<comment>Configures if the module is enabled</comment>
Expand Down

0 comments on commit 58ba43f

Please sign in to comment.