Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Form] Add "choice_translation_parameters" option#38469
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
VincentLanglet commentedOct 22, 2020
As explained here:#36851 (comment) I don't know how to avoid the deprecation in the tests (that's why they are failing). Could you help me@fabpot@xabbuh@nicolas-grekas ? Thanks. |
VincentLanglet commentedNov 21, 2020
@fabpot@xabbuh@nicolas-grekas This PR is ready to merge except the deprecation in the tests. |
src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
1564411 to4606b5fCompareVincentLanglet commentedDec 6, 2020
I rebased, it should be RTM |
src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
yceruto left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM!
50dcd1c to1ce5b03Comparefabpot commentedDec 10, 2020
Thank you@VincentLanglet. |
…Langlet)This PR was merged into the 5.3-dev branch.Discussion----------[Form] Add choice_translation_parameters optionCherry pick of#13677The feature is mergedsymfony/symfony#38469Commits-------0470b00 Add choice_translation_parameters option
Original PR:#36851