-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Closed
Copy link
Labels
Area: FrontendComponent: CustomerEvent: mm19brFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedPartner: TechDivisionReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 releasebug reportpartners-contributionPull Request is created by Magento PartnerPull Request is created by Magento Partner
Description
Preconditions
- Create user
- Create user address with country "United States" and region "Alabama"
Steps to reproduce
- Go to created customer page
- Go to address customer address tab
- Hit edit action for the created address at the addresses grid
- Change the country to France
- Don't choose any region
- Save address
- Run in browser console
jQuery('[data-index="region_id_input"]').show()
to display hidden State/Province field (second field with the same label)
Expected result (*)
- Second State/Province input is empty
Actual result (*)
- Second State/Province input has value Alabama (which is saved to db after hitting Save button)
Additional
The same issue is applicable for source edit page because the main point here is Region UI component which doesn't empty hidden region input with Region label for the described case.
###Env
Mac OS
Valet+ (PHP7.1, NGINX, MYSQL)
Magento 2.3-develop branch
hostep and bapnanaman1
Metadata
Metadata
Assignees
Labels
Area: FrontendComponent: CustomerEvent: mm19brFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedPartner: TechDivisionReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 releasebug reportpartners-contributionPull Request is created by Magento PartnerPull Request is created by Magento Partner