Feat: Implement disposition document handling for admins
This commit is contained in:
@@ -49,6 +49,13 @@ class TeamerMenuBuilder extends AbstractMenuBuilder
|
||||
[
|
||||
'route' => 'app_teamer_bookmark_index',
|
||||
'title' => 'Merkliste',
|
||||
'children' => [
|
||||
[
|
||||
'route' => 'app_teamer_assignment',
|
||||
'title' => 'Einsatzdetails',
|
||||
'routeParameters' => $this->getDefaultRouteParameters('uuid'),
|
||||
]
|
||||
],
|
||||
],
|
||||
[
|
||||
'route' => 'app_teamer_application_index',
|
||||
|
||||
Reference in New Issue
Block a user