Philip Fu
Philip Fu
lets continue here: https://github.com/jbtronics/settings-bundle
see https://symfony.com/bundles/EasyAdminBundle/current/crud.html#customizing-crud-actions Define a custom method createIndexQueryBuilder (and ignore null values)
@Anoob007 : you need to - `{% extends '@EasyAdmin/page/content.html.twig' %}` - `Content` for accessing your custom url @chestaxd : i think he is talking about https://symfony.com/bundles/EasyAdminBundle/current/actions.html#integrating-symfony-actions (ugly urls) instead of...
check out https://github.com/EasyCorp/EasyAdminBundle/issues/6018
The next level!
i think the addCssClass method is not working either i.e. `.addCssClass('btn btn-primary')`
see https://github.com/EasyCorp/EasyAdminBundle/issues/6873#issuecomment-2746406760
there is a new (ea) twig component `ActionMenu` you might want to use: https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/templates/components/ActionMenu.html.twig https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/templates/components/ActionMenu/ActionList.html.twig https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/templates/components/ActionMenu/ActionList/Item.html.twig ... https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/templates/components/Icon.html.twig i.e. in tihs context: https://symfony.com/bundles/EasyAdminBundle/current/actions.html#integrating-symfony-actions ``` {% block page_actions %} {% set...
it's desired, you need to reverse by yourself
4.26.1 solved the problem, thx javier!