AssociationField with entity parameter in QueryBuilder
If you need to restrict the results displayed in an AssociationField in Easyadmin with a condition on the current entity which you are editing, you can do this:
⛶class ProductCrud extends AbstractCr...