Commit b58644c6 by Julien Jorry

Fix getAllprestataires in repo in no prestataires with tags

parent 74130df2
......@@ -144,7 +144,7 @@ class PrestataireRepository extends ServiceEntityRepository
$this->getEntityManager()->createQueryBuilder()
->select('p2.id')
->from(EtatPrestataire::class, 'e')
->leftJoin('e.prestataires', 'p2')
->join('e.prestataires', 'p2')
->where('e.enabled = :disabled')
->setParameter('disabled', false)
->getDQL()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment