This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11 <!-- see the comment below --> |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file --> |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Right now we’re experiencing a bug-o-feature, where when you disable a country that is a zone member, the members list on the Zone shows empty dropdown and field is unable to be controlled.
Changes made:
- adding disabled countries as zone members made possible for admin users
- search dropdown added instead of select dropdown field
Before:

After:
<img width="601" alt="Zrzut ekranu 2022-06-7 o 15 24 15" src="https://user-images.githubusercontent.com/53942444/172391514-ce9b377c-32bb-4e45-b9d1-446ce161beda.png">
Commits
-------
2093c5c561 [Zones] disabled country choosing made possible
* 1.7:
[Behat] Add javascript tags
Revert "[Behat] Remove js requirement for bulk delete scenarios"
[Docs] Udpdate obsolete branches
[Documentation] removed 1.6 as a maintenance branch
[Admin] removed duplicated id attribute
[Account] Add spec to sync username with customer email
Injecting locale parameter instead of having it harcdoded
[Behat] Unfinalize some Behat pages
[Shop] Add form in add to cart template event args
[Admin] Convert newlines in product description to breaklines in product details view
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Related tickets | partially #11250
| License | MIT
Cover `features/addressing/managing_zones/`
- [x] adding_zone.feature
- [x] browsing_zone.feature
- [x] deleting_multiple_zones.feature
- [x] deleting_zone.feature
- [x] editing_zone.feature
- [x] zone_unique_code_validation.feature
- [x] zone_validation.feature
Commits
-------
6a8324bd0e adding zone
3ddbcbf90b browsing zone
e2c514f4be deleting zone
28ae5d484b deleting multiple zones
88cf3236ee editing zone
ba3b88f960 zone unique code validation
e757ce8f62 zone validation
dc69492017 editing zone
faa9da1200 rebase and update after merge #11397d19fca5cba [API][Zone] Minor fixes after review
b9df4a5f60 [API][Zone] Revert implementation of seeing disable type field scenarios in api context
788c2ea47b [Zone] Move zone validator from ApiBundle to AddressingBundle