Fix: Keep main menu item active
This commit is contained in:
@@ -18,6 +18,14 @@ class AdminMenuBuilder extends AbstractMenuBuilder
|
||||
'route' => 'app_admin_assignment_index',
|
||||
'title' => 'Einsatzübersicht',
|
||||
'icon' => 'calendar',
|
||||
'hideChildren' => true,
|
||||
'children' => [
|
||||
[
|
||||
'route' => 'app_admin_assignment_detail',
|
||||
'title' => 'Einsatzdetails',
|
||||
'routeParameters' => $this->getDefaultRouteParameters('uuid'),
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'route' => 'app_admin_application_index',
|
||||
|
||||
Reference in New Issue
Block a user