feat: additional jobprofile infotext

This commit is contained in:
Björn Fromme
2024-01-31 20:09:38 +01:00
parent 9ae2988c1a
commit 2a9e1232ec
6 changed files with 65 additions and 5 deletions
+7
View File
@@ -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,