feat: update filter value to be inversed
closes #869bhe07h
This commit is contained in:
@@ -186,10 +186,10 @@ class AssignmentRepository extends ServiceEntityRepository
|
||||
;
|
||||
}
|
||||
|
||||
if (true === $filterDto->isSyncedWithBusProNet()) {
|
||||
if (true === $filterDto->isNotSyncedWithBusProNet()) {
|
||||
$qb
|
||||
->andWhere($qb->expr()->eq('disposition.syncedWithBusProNet', ':syncedWithBusProNet'))
|
||||
->setParameter('syncedWithBusProNet', true)
|
||||
->setParameter('syncedWithBusProNet', false)
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user