WIP: Implement application process
This commit is contained in:
@@ -47,27 +47,27 @@ class TeamerMenuBuilder extends AbstractMenuBuilder
|
||||
'icon' => 'bus',
|
||||
'children' => [
|
||||
[
|
||||
'route' => 'app_teamer_disposition_watchlist',
|
||||
'route' => 'app_teamer_bookmark_index',
|
||||
'title' => 'Merkliste',
|
||||
],
|
||||
[
|
||||
'route' => 'app_teamer_disposition_watchlist',
|
||||
'route' => 'app_teamer_bookmark_index',
|
||||
'title' => 'Offene Bewerbungen',
|
||||
],
|
||||
[
|
||||
'route' => 'app_teamer_disposition_watchlist',
|
||||
'route' => 'app_teamer_disposition_upcoming',
|
||||
'title' => 'Nächste Einsätze',
|
||||
],
|
||||
[
|
||||
'route' => 'app_teamer_disposition_watchlist',
|
||||
'route' => 'app_teamer_disposition_recent',
|
||||
'title' => 'Letzte Einsätze',
|
||||
],
|
||||
[
|
||||
'route' => 'app_teamer_disposition_watchlist',
|
||||
'route' => 'app_teamer_bookmark_index',
|
||||
'title' => 'Meine Dokumente',
|
||||
],
|
||||
[
|
||||
'route' => 'app_teamer_disposition_watchlist',
|
||||
'route' => 'app_teamer_bookmark_index',
|
||||
'title' => 'Mein Feedback',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user