Skip to content

Commit b52f9d5

Browse files
author
Dale Sikkema
committed
MAGETWO-35882: Front-end development workflow settings should have Global Scope instead of Store View in configuration
1 parent a5d01de commit b52f9d5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Developer/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<section id="dev" translate="label">
1010
<group id="front_end_development_workflow" translate="label" type="text" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1">
1111
<label>Front-end development workflow</label>
12-
<field id="type" translate="label comment" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
12+
<field id="type" translate="label comment" type="select" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
1313
<label>Workflow type</label>
1414
<comment>Not available in production mode</comment>
1515
<source_model>Magento\Developer\Model\Config\Source\WorkflowType</source_model>

0 commit comments

Comments
 (0)