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.
2 parents e509f87 + a7cfa3f commit 976f4beCopy full SHA for 976f4be
app/code/Magento/Customer/view/base/ui_component/customer_form.xml
@@ -256,6 +256,10 @@
256
<item name="label" xsi:type="string" translate="true">Send Welcome Email From</item>
257
<item name="dataType" xsi:type="string">number</item>
258
<item name="formElement" xsi:type="string">select</item>
259
+ <item name="source" xsi:type="string">customer</item>
260
+ <item name="imports" xsi:type="array">
261
+ <item name="value" xsi:type="string">${ $.provider }:data.customer.store_id</item>
262
+ </item>
263
</item>
264
</argument>
265
</field>
0 commit comments