Skip to content

Storeview not being saved in, "Send Welcome Email From" Select Field #6240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
crantron opened this issue Aug 18, 2016 · 4 comments
Closed

Storeview not being saved in, "Send Welcome Email From" Select Field #6240

crantron opened this issue Aug 18, 2016 · 4 comments
Labels
bug report Fixed in 2.1.x The issue has been fixed in 2.1 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@crantron
Copy link

  1. Branch 2.1
  2. PHP 7

Steps to reproduce

  1. Change welcome email to the correct store view (in a multi store set up)
  2. Save

Expected result

  1. Should save selected option

Actual result

  1. Selects first item in select field list ( Chefstoys instead of Wingstop).

screen shot 2016-08-18 at 4 52 33 pm

screen shot 2016-08-18 at 4 52 11 pm

@crantron
Copy link
Author

Confirmation emails are set to not required, I'm not sure if that is causing this behavior.

@sevos1984 sevos1984 added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Aug 26, 2016
@sevos1984
Copy link
Contributor

Thanks for reporting. Internal ticket created MAGETWO-57204

@webdesk
Copy link

webdesk commented Mar 8, 2017

I have faced the same issue and made the following changes to resolve it.

File: module-customer/view/base/ui_component/customer_form.xml
Change:

<field name="sendemail_store_id"> <argument name="data" xsi:type="array"> <item name="options" xsi:type="object">Magento\Store\Model\System\Store</item> <item name="config" xsi:type="array"> <item name="label" xsi:type="string" translate="true">Send Welcome Email From</item> <item name="dataType" xsi:type="string">number</item> <item name="formElement" xsi:type="string">select</item> <item name="source" xsi:type="string">customer</item> <item name="imports" xsi:type="array"> <item name="value" xsi:type="string">${ $.provider }:data.customer.store_id</item> </item> </item> </argument> </field>

@magento-engcom-team magento-engcom-team added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed labels Sep 11, 2017
@magento-engcom-team
Copy link
Contributor

@crantron, thank you for your report.
The issue is already fixed in 2.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Fixed in 2.1.x The issue has been fixed in 2.1 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

5 participants