mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 00:24:59 +00:00
Create an event budget kind admin entity
This commit is contained in:
@@ -53,6 +53,10 @@ class AdminMenuBuilder implements LocalMenuBuilderInterface
|
||||
$menu->addChild('event.theme.label', [
|
||||
'route' => 'chill_crud_event_theme_index',
|
||||
])->setExtras(['order' => 6540]);
|
||||
|
||||
$menu->addChild('event.budget.label', [
|
||||
'route' => 'chill_crud_event_budget_kind_index',
|
||||
])->setExtras(['order' => 6550]);
|
||||
}
|
||||
|
||||
public static function getMenuIds(): array
|
||||
|
Reference in New Issue
Block a user