feat: additional attribute for synced with bpn status including filtering by
closes #869anf53g
This commit is contained in:
@@ -185,6 +185,13 @@ class AssignmentRepository extends ServiceEntityRepository
|
||||
->setParameter('country', $country)
|
||||
;
|
||||
}
|
||||
|
||||
if (true === $filterDto->isSyncedWithBusProNet()) {
|
||||
$qb
|
||||
->andWhere($qb->expr()->eq('disposition.syncedWithBusProNet', ':syncedWithBusProNet'))
|
||||
->setParameter('syncedWithBusProNet', true)
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
public function getBookmarkQueryForTeamer(Teamer $teamer): Query
|
||||
|
||||
Reference in New Issue
Block a user