Feat: Implement disposition document handling for admins

This commit is contained in:
Björn Fromme
2023-10-13 17:20:13 +02:00
parent 789249cba7
commit 194cd4e59d
12 changed files with 282 additions and 39 deletions
+7
View File
@@ -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',