feat: extend job-profile and feedback entities for future statistics
This commit is contained in:
@@ -27,8 +27,10 @@ class JobProfileType extends AbstractType
|
||||
'placeholder' => 'bitte zuordnen...',
|
||||
'choices' => [
|
||||
'Reiseleitung' => JobProfile::CATEGORY_GUIDE,
|
||||
'Kursleitung' => JobProfile::CATEGORY_COURSE,
|
||||
'Kursleitung Ski' => JobProfile::CATEGORY_COURSE_SKI,
|
||||
'Kursleitung Board' => JobProfile::CATEGORY_COURSE_BOARD,
|
||||
'Serviceteam' => JobProfile::CATEGORY_SERVICE,
|
||||
'Eventteam' => JobProfile::CATEGORY_EVENT_TEAM,
|
||||
],
|
||||
])
|
||||
->add('requiredTrainings', EntityType::class, [
|
||||
|
||||
Reference in New Issue
Block a user