add stable controller tests (#305)

This commit is contained in:
Kevin Papst
2018-09-07 00:44:57 +02:00
committed by GitHub
parent 8cae5e8b3f
commit b035fc9ebd
4 changed files with 41 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ class ActivityRepository extends AbstractRepository
->join('t.activity', 'a')
->join('a.project', 'p')
->join('p.customer', 'c')
->where($qb->expr()->isNotNull('t.end'))
->andWhere($qb->expr()->isNotNull('t.end'))
->andWhere('a.visible = 1')
->andWhere('p.visible = 1')
->andWhere('c.visible = 1')