feat: additional attribute for synced with bpn status including filtering by

closes #869anf53g
This commit is contained in:
Björn Fromme
2025-09-30 18:36:08 +02:00
parent 4b8971e194
commit e23a5097ef
10 changed files with 127 additions and 1 deletions
+4
View File
@@ -63,6 +63,10 @@ class AssignmentFilterType extends AbstractType
'label' => 'vergangene Einsätze anzeigen',
'required' => false,
])
->add('syncedWithBusProNet', CheckboxType::class, [
'label' => 'in BusProNet hinterlegt',
'required' => false,
])
->add('country', ChoiceType::class, [
'label' => 'Land',
'required' => false,