Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Form] Added a "choice_filter" option to ChoiceType#35733
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
[Form] Added a "choice_filter" option to ChoiceType#35733
Uh oh!
There was an error while loading.Please reload this page.
Conversation
5c927c9
todf56a76
Compare3812a56
to93dac3e
CompareRebased on master, added some more tests and the documentation PR. Ready from my side. |
c296699
to6feee70
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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/ChoiceListFactoryInterface.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.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
e86ba3d
to37ffbc4
Compare002af90
to2c172ca
CompareThanks for the review, addressed everything. Added even more tests and fixed one from#30994 with some missing annotations as well. |
HeahDude commentedFeb 23, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I've added a new commita54f389 which has two benefits:
|
8db187f
toa54f389
CompareThere 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.
(with minor comments)
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.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.
6e515e5
tof487c6c
Comparesrc/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
2a76f52
tofbc06f0
Comparesrc/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fbc06f0
to72c2a26
CompareThere 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.
Thank you so much for working back on this long-time requested feature
Uh oh!
There was an error while loading.Please reload this page.
64f6fcc
to19dc45b
Compare19dc45b
toed2c312
CompareThank you@HeahDude. |
This PR was merged into the master branch.Discussion----------[Form] added the "choice_filter" optionDocumentation forsymfony/symfony#35733.Based on#13182 for now, so better be reviewed by commit here until it's merged and rebased, thanks!Commits-------8b0c09e [Form] added the "choice_filter" option
Uh oh!
There was an error while loading.Please reload this page.
Finally opening this PR for a very old branch, based on both#34550 (merged) and#30994 (merged).
Until#30994 is merged, this PR should better be reviewed by commits. Thanks!