Closed
Description
Preconditions
- Magento 2.1.10 CE & 2.3.x
- PHP 7.0.22
- MySQL 5.6
Steps to reproduce
- Create multi-stores
- Configure different 'Allow Countries' settings for different stores (Configuration > General > Country Options)
- Go to Admin > Sales > Orders > Go to any order view page
- Press "Edit" near Shipping Address: you will see the different values for Country dropdown.
Expected result
- Address Country drop-down in Admin should take values from 'Allow Countries' setting configured for the Website Store View where that order was made (e.g.: for German store with id = 7)
Actual result
- But it's picking the 'Allow Countries' from first store View (with id=1).
- If before steps 3 and 4 from "Steps to reproduce" go to Admin > Sales > Create New Order and when creating it select some different Store View (e.g.: Italian, with id = 10) then actual result after "Steps to reproduce" will show allowed countries for that selected Store View (with id = 10, if continue on example).
Similar issue was already mentioned here: #7036
And fixed here.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.3 release