You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
When using the built in ChoiceFilterType with a list of objects, such as doctrine-managed entities, the parameter is no longer converted properly. The updated querybuilder will not return results as expected, as the object class name is used as a parameter in the generated SQL, rather than the entity id.
The effective change is across these lines in doctrine/orm:
When using the built in ChoiceFilterType with a list of objects, such as doctrine-managed entities, the parameter is no longer converted properly. The updated querybuilder will not return results as expected, as the object class name is used as a parameter in the generated SQL, rather than the entity id.
The effective change is across these lines in doctrine/orm:
https://github.com/doctrine/orm/pull/7528/files#diff-81228a4fb4c82b292a152dd3e1a40becL390-L442
Specifically line 436.
The text was updated successfully, but these errors were encountered: