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

[Address book] Extensibility improvements #10710

Merged
merged 2 commits into from Oct 4, 2019
Merged

[Address book] Extensibility improvements #10710

merged 2 commits into from Oct 4, 2019

Conversation

cyrosy
Copy link
Contributor

@cyrosy cyrosy commented Sep 26, 2019

Q A
Branch? 1.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets none
License MIT

I introduced 2 changes in the AddressBook JS handler, allowing address form to be extended with more freedom :

  • checkbox and radio values won't be set to empty string, and will be correctly checked
  • prevent input field name collisions : the value of one field could be duplicated in multiple fields with similar names (for instance, the value of « street » would override the value of a « street2 » or « streetComp » field)

This should not break anything in core Sylius. If you think I should rebase this on another branch, just ask as this will be quite easy to adapt :)

@cyrosy cyrosy requested a review from a team as a code owner September 26, 2019 09:36
@pamil pamil added the Feature New feature proposals. label Oct 4, 2019
@pamil pamil merged commit dfc252f into Sylius:1.4 Oct 4, 2019
@pamil
Copy link
Contributor

pamil commented Oct 4, 2019

Thanks, Cyro! 🥇

@pamil pamil added Potential Bug Potential bugs or bugfixes, that needs to be reproduced. and removed Feature New feature proposals. labels Oct 4, 2019
@cyrosy cyrosy deleted the feature/address-book-improvements branch October 4, 2019 11:59
@kulczy kulczy removed their assignment Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug Potential bugs or bugfixes, that needs to be reproduced.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants