feat: additional jobprofile infotext
This commit is contained in:
@@ -66,6 +66,13 @@ class AssignmentType extends AbstractType
|
||||
->where('job_profile.deletedAt IS NULL');
|
||||
}
|
||||
])
|
||||
->add('jobProfileInfo', TextareaType::class, [
|
||||
'label' => 'Jobprofil Zusatzinfo',
|
||||
'required' => false,
|
||||
'attr' => [
|
||||
'rows' => 3,
|
||||
],
|
||||
])
|
||||
// ->add('dateFrom', DatepickerType::class, [
|
||||
// 'label' => 'abweichender Einsatztermin von',
|
||||
// 'required' => false,
|
||||
|
||||
Reference in New Issue
Block a user