Merge branch 'develop'

This commit is contained in:
Simon Vieille 2022-05-17 22:07:55 +02:00
commit 62f5ec3d34

View file

@ -17,7 +17,8 @@ class InterventionRepositoryQuery extends RepositoryQuery
{
if ('establishment' === $name) {
$this
->andWhere('.establishment = :establishment')
->leftJoin('.establishmentGroups', 'g')
->andWhere('g.establishment = :establishment')
->setParameter(':establishment', $value)
;
}