feat: additional attribute for synced with bpn status including filtering by
closes #869anf53g
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user