WIP: Implement application process
This commit is contained in:
@@ -45,13 +45,13 @@ class TeamerMenuBuilder extends AbstractMenuBuilder
|
||||
'route' => false,
|
||||
'title' => 'Meine Einsätze',
|
||||
'icon' => 'bus',
|
||||
'children' => [
|
||||
'children' => [#
|
||||
[
|
||||
'route' => 'app_teamer_bookmark_index',
|
||||
'title' => 'Merkliste',
|
||||
],
|
||||
[
|
||||
'route' => 'app_teamer_bookmark_index',
|
||||
'route' => 'app_teamer_application_index',
|
||||
'title' => 'Offene Bewerbungen',
|
||||
],
|
||||
[
|
||||
@@ -63,11 +63,11 @@ class TeamerMenuBuilder extends AbstractMenuBuilder
|
||||
'title' => 'Letzte Einsätze',
|
||||
],
|
||||
[
|
||||
'route' => 'app_teamer_bookmark_index',
|
||||
'route' => 'app_teamer_document_index',
|
||||
'title' => 'Meine Dokumente',
|
||||
],
|
||||
[
|
||||
'route' => 'app_teamer_bookmark_index',
|
||||
'route' => 'app_teamer_feedback_index',
|
||||
'title' => 'Mein Feedback',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user