EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

Filters redirecting to admin homepage/dashboard (removed crudAction and crudControllerFqcn from url query string)

Open budzik opened this issue 1 year ago • 1 comments

After selecting and confirming filter, it redirects to the main page of the administration panel. crudAction and crudControllerFqcn are removed from url query string.

so we have for example /admin?filters[status][comparison]=like&filters[status][value]=k

instead of /admin?crudAction=index&crudControllerFqcn=App\Controller\Admin\Player\PlayerCrudController&filters[status][comparison]=like&filters[status][value]=k

To Reproduce Symfony 6.3.3 / ea 4.7.2 / php 8.2

default filters like in docs

    public function configureFilters(Filters $filters): Filters
    {
        return $filters
            ->add('status')
        ;
    }

budzik avatar Aug 20 '23 17:08 budzik

Hi, can anyone confirm this? Is it just "not working" for me?

I remember that initially everything worked properly, I didn't look into this crud and filter (focused on other parts of cms) for long time. I performed several ea updates - now have this strange redirect.

budzik avatar Jan 28 '24 20:01 budzik

checked ea 4.10.0 - works again

budzik avatar Apr 28 '24 17:04 budzik