forked from wallabag/wallabag
Enhanced tests and changed route
This commit is contained in:
committed by
Jeremy Benoist
parent
0aeaf0e8c2
commit
6dfc031839
@ -594,7 +594,7 @@ class EntryRepository extends EntityRepository
|
||||
$qb->leftJoin('e.tags', 't');
|
||||
$qb->andWhere('t.id is null');
|
||||
break;
|
||||
case 'with_annotations':
|
||||
case 'annotated':
|
||||
$qb->leftJoin('e.annotations', 'a');
|
||||
$qb->andWhere('a.id is not null');
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user