8000 [Form] Fix 'invalid_message' use in multiple ChoiceType by alexandre-daubois · Pull Request #40660 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Form] Fix 'invalid_message' use in multiple ChoiceType #40660

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

Conversation

alexandre-daubois
Copy link
Member
Q A
Branch? 5.2
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #40636
License MIT
Doc PR

invalid_message option were not take into account anymore since v5.2.4. This PR intends to fix this. The option invalid_message is now passed to the POST_SUBMIT callback, for multiple ChoiceType.

@carsonbot
Copy link

Hey!

I see that this is your first PR. That is great! Welcome!

Symfony has a contribution guide which I suggest you to read.

In short:

  • Always add tests
  • Keep backward compatibility (see https://symfony.com/bc).
  • Bug fixes must be submitted against the lowest maintained branch where they apply (see https://symfony.com/releases)
  • Features and deprecations must be submitted against the 5.x branch.

Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change.

When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor!
If this PR is merged in a lower version branch, it will be merged up to all maintained branches within a few days.

I am going to sit back now and wait for the reviews.

Cheers!

Carsonbot

@alexandre-daubois alexandre-daubois force-pushed the fix-ignored-invalid-message-on-multiple-choice-type branch from 7e04d32 to e3c3795 Compare March 31, 2021 17:32
@nicolas-grekas nicolas-grekas added this to the 5.2 milestone Apr 1, 2021
@nicolas-grekas nicolas-grekas changed the base branch from 5.x to 5.2 April 1, 2021 09:18
@nicolas-grekas nicolas-grekas changed the base branch from 5.2 to 5.x April 1, 2021 09:18
@nicolas-grekas nicolas-grekas changed the base branch from 5.x to 5.2 April 1, 2021 09:20
@nicolas-grekas nicolas-grekas force-pushed the fix-ignored-invalid-message-on-multiple-choice-type branch from e3c3795 to caf7a3f Compare April 1, 2021 09:20
@nicolas-grekas nicolas-grekas force-pushed the fix-ignored-invalid-message-on-multiple-choice-type branch from caf7a3f to f251684 Compare April 1, 2021 09:51
@Nyholm
Copy link
Member
Nyholm commented Apr 9, 2021

Awesome. Well done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'invalid_message' has no more effect on 'ChoiceType' with option 'multiple'
5 participants
0