feat: update filter value to be inversed

closes #869bhe07h
This commit is contained in:
Björn Fromme
2025-12-18 10:57:45 +01:00
parent 6eee6ca4bd
commit 83648ac892
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -63,8 +63,8 @@ class AssignmentFilterType extends AbstractType
'label' => 'vergangene Einsätze anzeigen',
'required' => false,
])
->add('syncedWithBusProNet', CheckboxType::class, [
'label' => 'in BusProNet hinterlegt',
->add('notSyncedWithBusProNet', CheckboxType::class, [
'label' => 'nicht in BusProNet hinterlegt',
'required' => false,
])
->add('country', ChoiceType::class, [