Loading module/Formation/src/Formation/Controller/PlanDeFormationController.php +1 −0 Changes for module/Formation/src/Formation/Controller/PlanDeFormationController.php: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -290,6 +290,7 @@ class PlanDeFormationController extends AbstractActionController public function importerDepuisCsvAction(): ViewModel { $plan = $this->getPlanDeFormationService()->getRequestedPlanDeFormation($this); if ($plan === null) $plan = new PlanDeFormation(); $form = $this->getPlanDeFormationImportationForm(); $form->setAttribute('action', $this->url()->fromRoute('plan-de-formation/importer', ['mode' => 'preview', 'path' => null], [], true)); Loading Loading
module/Formation/src/Formation/Controller/PlanDeFormationController.php +1 −0 Changes for module/Formation/src/Formation/Controller/PlanDeFormationController.php: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -290,6 +290,7 @@ class PlanDeFormationController extends AbstractActionController public function importerDepuisCsvAction(): ViewModel { $plan = $this->getPlanDeFormationService()->getRequestedPlanDeFormation($this); if ($plan === null) $plan = new PlanDeFormation(); $form = $this->getPlanDeFormationImportationForm(); $form->setAttribute('action', $this->url()->fromRoute('plan-de-formation/importer', ['mode' => 'preview', 'path' => null], [], true)); Loading