Loading module/Application/src/Entity/Db/TypeFormation.php +4 −1 Original line number Diff line number Diff line Loading @@ -142,6 +142,9 @@ class TypeFormation implements HistoriqueAwareInterface, ImportAwareInterface public function __toString(): string { return $this->getLibelleLong(); } } module/Application/view/application/offre-formation/etape/voir.phtml +8 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,11 @@ use Application\Provider\Privilege\Privileges; /* @var $serviceEtape \Application\Service\EtapeService */ /* @var $serviceEtape \Application\Service\EtapeService * @var $etape \Application\Entity\Db\Etape * @var $title string */ $tabs = [ [ Loading Loading
module/Application/src/Entity/Db/TypeFormation.php +4 −1 Original line number Diff line number Diff line Loading @@ -142,6 +142,9 @@ class TypeFormation implements HistoriqueAwareInterface, ImportAwareInterface public function __toString(): string { return $this->getLibelleLong(); } }
module/Application/view/application/offre-formation/etape/voir.phtml +8 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,11 @@ use Application\Provider\Privilege\Privileges; /* @var $serviceEtape \Application\Service\EtapeService */ /* @var $serviceEtape \Application\Service\EtapeService * @var $etape \Application\Entity\Db\Etape * @var $title string */ $tabs = [ [ Loading