Skip to content

Commit 493f366

Browse files
Fixed resource in unit testing file of the Advanced tab
1 parent d539075 commit 493f366

File tree

1 file changed

+1
-1
lines changed
  • setup/src/Magento/Setup/Test/Unit/Module/Di/_files/app/code/Magento/SomeModule/etc/adminhtml

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Module/Di/_files/app/code/Magento/SomeModule/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<section id="advanced" translate="label" type="text" sortOrder="910" showInDefault="1" showInWebsite="1" showInStore="1">
1111
<label>Advanced</label>
1212
<tab>advanced</tab>
13-
<resource>Magento_Backend::advanced</resource>
13+
<resource>Magento_Config::advanced</resource>
1414
<group id="modules_disable_output" translate="label" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
1515
<label>Disable Modules Output</label>
1616
<frontend_model>Magento\Config\Block\System\Config\Form\Fieldset\Modules\DisableOutput\Proxy</frontend_model>

0 commit comments

Comments
 (0)