Skip to content

Commit b22247b

Browse files
Merge branch 'stabilize-builds' into MFTF-green
2 parents 35381a2 + dc886c3 commit b22247b

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

app/code/Magento/LoginAsCustomer/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"php": "~7.1.3||~7.2.0||~7.3.0",
66
"magento/framework": "*",
77
"magento/module-customer": "*",
8-
"magento/module-login-as-customer-api": "*",
9-
"magento/module-store": "*"
8+
"magento/module-login-as-customer-api": "*"
109
},
1110
"type": "magento2-module",
1211
"license": [

app/code/Magento/LoginAsCustomerLog/composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
66
"magento/framework": "*",
7-
"magento/module-login-as-customer-api": "*",
8-
"magento/module-backend": "*",
9-
"magento/module-customer": "*",
10-
"magento/module-sales": "*",
11-
"magento/module-store": "*",
12-
"magento/module-ui": "*",
13-
"magento/module-user": "*"
7+
"magento/module-backend": "*"
148
},
159
"suggest": {
1610
"magento/module-login-as-customer": "*"

app/code/Magento/LoginAsCustomerSales/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"magento/module-checkout": "*",
99
"magento/module-customer": "*",
1010
"magento/module-quote": "*",
11-
"magento/module-login-as-customer": "*",
1211
"magento/module-user": "*"
1312
},
1413
"suggest": {

app/code/Magento/LoginAsCustomerUi/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"magento/module-backend": "*",
99
"magento/module-customer": "*",
1010
"magento/module-store": "*",
11-
"magento/module-ui": "*",
12-
"magento/module-user": "*"
11+
"magento/module-ui": "*"
1312
},
1413
"suggest": {
1514
"magento/module-login-as-customer": "*"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<label>Enable Extension</label>
1919
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
2020
</field>
21-
<field id="enable_store_view_manual_choice" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
21+
<field id="store_view_manual_choice_enabled" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
2222
<label>Store View To Login In</label>
2323
<source_model>Magento\LoginAsCustomerUi\Model\Config\Source\StoreViewLogin</source_model>
2424
<comment><![CDATA[

0 commit comments

Comments
 (0)