Skip to content
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

[Addressing] Fix adding and removing zone members again #14061

Merged

Conversation

coldic3
Copy link
Contributor

@coldic3 coldic3 commented Jun 7, 2022

Q A
Branch? 1.11
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets fixes #13701
License MIT

@coldic3 coldic3 requested a review from a team as a code owner June 7, 2022 08:13
@coldic3 coldic3 force-pushed the fix/removing-and-adding-zone-members-again-s2 branch from 9f62baf to 97ee9d7 Compare June 7, 2022 08:40
@coldic3 coldic3 changed the base branch from master to 1.11 June 7, 2022 08:41
@coldic3 coldic3 force-pushed the fix/removing-and-adding-zone-members-again-s2 branch from 97ee9d7 to cd1a165 Compare June 7, 2022 09:24
@Zales0123 Zales0123 added the Bug Confirmed bugs or bugfixes. label Jun 7, 2022
@coldic3 coldic3 force-pushed the fix/removing-and-adding-zone-members-again-s2 branch from cd1a165 to 944431e Compare June 8, 2022 03:34
@coldic3 coldic3 changed the title [Addressing] Fix adding and removing zone members again (second fix proposal) [Addressing] Fix adding and removing zone members again Jun 8, 2022
@coldic3 coldic3 force-pushed the fix/removing-and-adding-zone-members-again-s2 branch 2 times, most recently from 93106c3 to 5c0f5fa Compare June 8, 2022 07:37
@coldic3 coldic3 force-pushed the fix/removing-and-adding-zone-members-again-s2 branch from 891a1a9 to 71d72ec Compare June 9, 2022 07:56
/**
* @Transform /^"([^"]+)", "([^"]+)" and "([^"]+)" country members$/
*/
public function getCountryTypeZoneMembersByNames(string ...$name): array
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function getCountryTypeZoneMembersByNames(string ...$name): array
public function getCountryTypeZoneMembersByNames(string ...$names): array

@GSadee GSadee merged commit 1329cc1 into Sylius:1.11 Jun 9, 2022
@GSadee
Copy link
Member

GSadee commented Jun 9, 2022

Thank you, Kevin! 🥇

GSadee added a commit that referenced this pull request Jun 9, 2022
…ith API coverage only) (coldic3)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11|
| Bug fix?        | yes                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets | fixes #13701                      |
| License         | MIT                                                          |

This PR should be merged after #14061.


Commits
-------

34dc891 [Addressing][Behat] Add scenario for removing and adding zone members again
62f3d5c [Addressing] Add ZoneDenormalizer
@coldic3 coldic3 deleted the fix/removing-and-adding-zone-members-again-s2 branch June 10, 2022 06:35
GSadee added a commit that referenced this pull request Jun 10, 2022
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11          |
| Bug fix?        | no                                                       |
| New feature?    | no                                           |
| BC breaks?      | no                                                     |
| Deprecations?   | no |
| Related tickets |  refactoring of #14061, #14067                     |
| License         | MIT                                                          |

Commits
-------

6953125 [Addressing] Minor refactor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed bugs or bugfixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UniqueConstraintViolationException from Doctrine when updating zone
3 participants