mhbailly

Results 5 comments of mhbailly

If someone with more experience than me could review this issue, confirm my cause analysis and confirm that my solution makes sense. Then, I could create a commit and a...

The issue was confirmed and is being fixed here https://github.com/symfony/symfony/issues/60947

Thanks for looking at this @pbaumes However, I don't see `->allowMultipleChoices()` in your configureFields method nor `->canSelectMultiple())` in the configureFilters method I don't think that using an Entity is the...

Thanks @pbaumes, appreciate it. I missed the `#[ORM\ManyToMany()` It's definitely a viable workaround and going to use it but I still think this is a bug or at least should...

@pbaumes I tested this and it definitely works! And less complicated than creating a new entity. Appreciate your help, thanks! I can’t say it was very intuitive that the Filter...