Custom symfony filters to filter model relations
For an application I was looking for a way to add filters in the generated admin application. We’de like to filter clients based on the articles or orders they have. Lets take a look at the (simplified) schema:
Read More