Loading module/OffreFormation/src/Service/EtapeService.php +2 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,8 @@ class EtapeService extends AbstractEntityService if ($cStructure = $this->getServiceContext()->getStructure()) { $this->finderByStructure($cStructure, $qb, $alias); } //On filtre les étapes hsitorisées $this->finderByHistorique($qb); return $qb; } Loading Loading
module/OffreFormation/src/Service/EtapeService.php +2 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,8 @@ class EtapeService extends AbstractEntityService if ($cStructure = $this->getServiceContext()->getStructure()) { $this->finderByStructure($cStructure, $qb, $alias); } //On filtre les étapes hsitorisées $this->finderByHistorique($qb); return $qb; } Loading