LexikFormFilterBundle
LexikFormFilterBundle copied to clipboard
Allow entity usage in ChoiceFilterType per doctrine/orm:v2.6.4 changes
Ref: https://github.com/lexik/LexikFormFilterBundle/issues/318
Doctrine Issue discussion: https://github.com/doctrine/orm/issues/7827
Hi,
Is this still working with ORM < 2.6.4?
I would like to be sure that if I merge this PR it will no throw a BC for users
@spike31 It will continue to work with older doctrine/orm versions. The changes made in orm v2.6.4 "corrected" the bug, bypassing the validation of the specified type passed with parameters. This change makes both old and new orm versions force guessing the type of the parameters.