Merge branch 'master' into 111_exports_suite

This commit is contained in:
Julien Fastré 2022-10-05 15:26:18 +02:00
commit 908419fbf8

View File

@ -42,7 +42,7 @@ class DeadOrAliveFilter implements FilterInterface
'person.birthdate', 'person.birthdate',
':date_calc' ':date_calc'
) )
), ),
$qb->expr()->andX( $qb->expr()->andX(
$qb->expr()->isNotNull('person.deathdate'), $qb->expr()->isNotNull('person.deathdate'),
$qb->expr()->gt( $qb->expr()->gt(