Closed
Description
Preconditions
- Magento 2.1.0 EE
- PHP 7.0.10
- MySQL 5.6
Steps to reproduce
- Create multi-stores
- Configure different 'Allow Countries' settings for different stores (Configuration > General > Country Options)
- Go to Admin > Customers > All Customers > Go to any customer edit page
- In the Addresses section: 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 Default Store View(Admin)
Actual result
- But it's picking the 'Allow Countries' from other store (the one from
select * from store_website where is_default = 1;
)