bt-nn
bt-nn
One of my actions is a link to a different Symfony Controller, so the menu item is also not expandend/selected. If you inject the `AdminContextProvider` in that Controller you can...
I have the same problem on the index page: In `EasyCorp\Bundle\EasyAdminBundle\Config\Actions::createBuiltInAction()` (around line 195): ``` if (Action::DELETE === $actionName) { return Action::new(Action::DELETE, t('action.delete', domain: 'EasyAdminBundle'), 'internal:delete') ->linkToCrudAction(Action::DELETE) ->asDangerAction() ->asTextLink() ;...
CustomActionOrderTest::testIndexPageEntityActionsOrder is failing, because the Delete Button in now solid.
Doesn’t it look a bit inconsistent that this is the only element not displayed as a button (see the screenshots in https://github.com/EasyCorp/EasyAdminBundle/issues/7120)? If this is the intended behavior, it would...