-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Fix choice lists refacto #14193
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
Comments
see also #14165 |
@webmozart Can you take care of this one ASAP? It means that tests are broken for now and that is going to block the first beta of Symfony 2.7. |
See #14200 for the CHANGELOG/UPGRADE update. |
See #14201 for the |
See #14202 for a minor code fix. |
As pointed out by @stof, the deprecation policy of the new "choices_as_values" option is problematic. This needs to be fixed once #14200 is merged. |
The constructor arguments of the new |
Is there anything else we can do here? Given that we have a stable 2.7 release now, we should not swap constructor arguments in |
@stof or @webmozart could you please see if you can do something about the deprecation policy (see above now that #14200 is merged? |
…igrating from the deprecated one (nicolas-grekas) This PR was merged into the 2.7 branch. Discussion ---------- [Form] Swap new ChoiceView constructor arguments to ease migrating from the deprecated one | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #14193 | License | MIT | Doc PR | - Commits ------- 909d2b9 [Form] Swap new ChoiceView constructor arguments to ease migrating from the deprecated one
Reminder issue for taking care of comments on #14050 (ping @webmozart )
The text was updated successfully, but these errors were encountered: