mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix user filter not combining with other filters
This commit is contained in:
parent
6e2377b7ee
commit
57a1a49fac
@ -78,8 +78,6 @@ final class SingleTaskAclAwareRepository implements SingleTaskAclAwareRepository
|
||||
if ($orXUser->count() > 0) {
|
||||
$qb->andWhere($orXUser);
|
||||
}
|
||||
|
||||
return $qb;
|
||||
}
|
||||
|
||||
if (null !== $types && count($types) > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user