remove filter on cities page
This commit is contained in:
parent
0448d3cc17
commit
952254b5d0
2 changed files with 9 additions and 2 deletions
|
|
@ -1205,8 +1205,8 @@ class PublicController extends AbstractController
|
|||
// Only select Stats that have an empty kind or 'user' kind
|
||||
$stats = $this->entityManager->getRepository(Stats::class)
|
||||
->createQueryBuilder('s')
|
||||
->where('s.kind IS NULL OR s.kind = :user_kind')
|
||||
->setParameter('user_kind', 'user')
|
||||
// ->where('s.kind IS NULL OR s.kind = :user_kind')
|
||||
// ->setParameter('user_kind', 'user')
|
||||
->orderBy('s.name', 'ASC')
|
||||
->getQuery()
|
||||
->getResult();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue