I'm using SonataAdminBundle
and I'm looking at trying to have a form filter on the dashboard.
I have an admin service and I can use the filter in the list for my entity Locations
Is there a way I can use the same filter on the admin dashboard, and when I submit such filter, it will redirect to the correct list
action with the filtered results?
Thanks