Compare commits

...

1 Commits

Author SHA1 Message Date
2721872da8 fix bug of user filter not being combined with other filters 2023-09-12 15:40:17 +02:00

View File

@@ -77,8 +77,6 @@ final class SingleTaskAclAwareRepository implements SingleTaskAclAwareRepository
if ($orXUser->count() > 0) {
$qb->andWhere($orXUser);
}
return $qb;
}
if (count($flags) > 0) {