feat: filter teamers by training attendances

This commit is contained in:
Björn Fromme
2024-07-15 14:44:05 +02:00
parent 5a0c998d2b
commit 611f2b8eb8
5 changed files with 25 additions and 0 deletions
+4
View File
@@ -50,6 +50,10 @@ class TeamerFilterType extends AbstractType
->orderBy('job_profile.name', 'ASC');
},
])
->add('noTrainings', CheckboxType::class, [
'label' => 'an keinen Fortbildungen teilgenommen',
'required' => false,
])
->add('apply', SubmitType::class, [
'label' => 'filtern',
])