Skip to content

Commit ecf3e2c

Browse files
author
Oleksii Korshenko
authored
MAGETWO-87859: Show redirect_to_base config in store scope magento#13614
2 parents 1524190 + 0d09347 commit ecf3e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
<label>Web</label>
410410
<tab>general</tab>
411411
<resource>Magento_Config::web</resource>
412-
<group id="url" translate="label" type="text" sortOrder="3" showInDefault="1" showInWebsite="0" showInStore="0">
412+
<group id="url" translate="label" type="text" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
413413
<label>Url Options</label>
414414
<field id="use_store" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
415415
<label>Add Store Code to Urls</label>
@@ -419,7 +419,7 @@
419419
<![CDATA[<strong style="color:red">Warning!</strong> When using Store Code in URLs, in some cases system may not work properly if URLs without Store Codes are specified in the third party services (e.g. PayPal etc.).]]>
420420
</comment>
421421
</field>
422-
<field id="redirect_to_base" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
422+
<field id="redirect_to_base" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
423423
<label>Auto-redirect to Base URL</label>
424424
<source_model>Magento\Config\Model\Config\Source\Web\Redirect</source_model>
425425
<comment>I.e. redirect from http://example.com/store/ to http://www.example.com/store/</comment>

0 commit comments

Comments
 (0)