Skip to content

Commit 0391400

Browse files
🔃 [EngCom] Public Pull Requests - 2.1-develop
Accepted Public Pull Requests: - #13658: [Backport 2.1-develop] Show redirect_to_base config in store scope (by @JeroenVanLeusden)
2 parents 37a1a17 + eee8cf7 commit 0391400

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
@@ -405,7 +405,7 @@
405405
<label>Web</label>
406406
<tab>general</tab>
407407
<resource>Magento_Backend::web</resource>
408-
<group id="url" translate="label" type="text" sortOrder="3" showInDefault="1" showInWebsite="0" showInStore="0">
408+
<group id="url" translate="label" type="text" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
409409
<label>Url Options</label>
410410
<field id="use_store" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
411411
<label>Add Store Code to Urls</label>
@@ -415,7 +415,7 @@
415415
<![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.).]]>
416416
</comment>
417417
</field>
418-
<field id="redirect_to_base" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
418+
<field id="redirect_to_base" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
419419
<label>Auto-redirect to Base URL</label>
420420
<source_model>Magento\Config\Model\Config\Source\Web\Redirect</source_model>
421421
<comment>I.e. redirect from http://example.com/store/ to http://www.example.com/store/</comment>

0 commit comments

Comments
 (0)