We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ce275 commit dc886c3Copy full SHA for dc886c3
app/code/Magento/LoginAsCustomerUi/etc/adminhtml/system.xml
@@ -18,7 +18,7 @@
18
<label>Enable Extension</label>
19
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
20
</field>
21
- <field id="enable_store_view_manual_choice" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
+ <field id="store_view_manual_choice_enabled" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
22
<label>Store View To Login In</label>
23
<source_model>Magento\LoginAsCustomerUi\Model\Config\Source\StoreViewLogin</source_model>
24
<comment><![CDATA[
0 commit comments