Allow show all languages no matter if its sub language BT#19218

pull/4011/head
Julio 4 years ago
parent 3fb90b1e45
commit 3cb6df3d2c
  1. 4
      src/CoreBundle/Repository/LanguageRepository.php

@ -26,9 +26,9 @@ class LanguageRepository extends ServiceEntityRepository
->where(
$qb->expr()->eq('l.available', true)
)
->andWhere(
/*->andWhere(
$qb->expr()->isNull('l.parent')
)
)*/
;
return $qb;

Loading…
Cancel
Save