forked from wallabag/wallabag
Removed outputWalkers for pagination
Due to overload, we disabled output walkers (see https://github.com/whiteoctober/Pagerfanta/issues/115
This commit is contained in:
committed by
Jeremy Benoist
parent
24becc9717
commit
9deac0c597
@ -125,9 +125,7 @@ class EntryRepository extends EntityRepository
|
||||
{
|
||||
return $this
|
||||
->getBuilderByUser($userId)
|
||||
->leftJoin('e.tags', 't')
|
||||
->groupBy('e.id')
|
||||
->having('count(t.id) = 0');
|
||||
->andWhere('size(e.tags) = 0');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user