mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
fix bug of user filter not being combined with other filters
This commit is contained in:
@@ -77,8 +77,6 @@ final class SingleTaskAclAwareRepository implements SingleTaskAclAwareRepository
|
||||
if ($orXUser->count() > 0) {
|
||||
$qb->andWhere($orXUser);
|
||||
}
|
||||
|
||||
return $qb;
|
||||
}
|
||||
|
||||
if (count($flags) > 0) {
|
||||
|
Reference in New Issue
Block a user