Loading module/Application/src/Controller/TypeFormationController.php +4 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ class TypeFormationController extends AbstractController public function indexAction() { $dql = "SELECT gtf,tf FROM " . GroupeTypeFormation::class . " gtf LEFT JOIN gtf.typeFormation tf WITH tf.histoDestruction is null WHERE gtf.histoDestruction is null Loading @@ -45,6 +44,10 @@ class TypeFormationController extends AbstractController public function saisieAction() { $this->em()->getFilters()->enable('historique')->init([ GroupeTypeFormation::class, ]); $typeFormations = $this->getEvent()->getParam('typeFormation'); $form = $this->getFormTypeFormationSaisie(); Loading module/Application/src/Entity/Db/TypeFormation.php +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ class TypeFormation implements HistoriqueAwareInterface, ImportAwareInterface /** * @return int */ public function getId(): int public function getId(): ?int { return $this->id; } Loading Loading
module/Application/src/Controller/TypeFormationController.php +4 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ class TypeFormationController extends AbstractController public function indexAction() { $dql = "SELECT gtf,tf FROM " . GroupeTypeFormation::class . " gtf LEFT JOIN gtf.typeFormation tf WITH tf.histoDestruction is null WHERE gtf.histoDestruction is null Loading @@ -45,6 +44,10 @@ class TypeFormationController extends AbstractController public function saisieAction() { $this->em()->getFilters()->enable('historique')->init([ GroupeTypeFormation::class, ]); $typeFormations = $this->getEvent()->getParam('typeFormation'); $form = $this->getFormTypeFormationSaisie(); Loading
module/Application/src/Entity/Db/TypeFormation.php +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ class TypeFormation implements HistoriqueAwareInterface, ImportAwareInterface /** * @return int */ public function getId(): int public function getId(): ?int { return $this->id; } Loading