-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
easy-menu-bundle/src/Controller/MenuCrudController.php
Lines 48 to 50 in 6196be8
$action->setLabel('easy.menu.admin.crud.label.menu.'.$action->getName()); | |
$actions->remove($page, $action->getAsConfigObject()); | |
$actions->add($page, $action->getAsConfigObject()); |
This codes removes the default css classes of easyadmin actions (btn
, btn btn-primary
), this leads to unstyled button / links :
I'm not sure why the action is removed then readded to the collection, it seems to be not needed (anymore?) to update the actions labels.
Metadata
Metadata
Assignees
Labels
No labels