Loading module/Formation/config/merged/import-lagaf.config.php +5 −5 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ return [ 'options' => [ 'route' => '/action[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::actionAction() **/ 'action' => 'action', ] ], Loading @@ -76,7 +76,7 @@ return [ 'options' => [ 'route' => '/theme[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::themeAction() **/ 'action' => 'theme', ] ], Loading @@ -86,7 +86,7 @@ return [ 'options' => [ 'route' => '/session[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::sessionAction() **/ 'action' => 'session', ] ], Loading @@ -96,7 +96,7 @@ return [ 'options' => [ 'route' => '/seance[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::seanceAction() **/ 'action' => 'seance', ] ], Loading @@ -106,7 +106,7 @@ return [ 'options' => [ 'route' => '/stagiaire[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::stagiaireAction() **/ 'action' => 'stagiaire', ] ], Loading module/Formation/src/Formation/Controller/ImportationLagafController.php +1 −1 Original line number Diff line number Diff line Loading @@ -318,7 +318,7 @@ class ImportationLagafController extends AbstractActionController foreach ($plages as $plage) { $plage_id = $action_id . "-" . $session_id . "-" . $seance_id . "-" . $plage[$position_plage_id]; if ($dictionnaireP[$plage_id] === null) { if (isset($dictionnaireP[$plage_id])) { $seance = new Seance(); $seance->setSource($this->sourceLagaf); $seance->setIdSource($plage_id); Loading Loading
module/Formation/config/merged/import-lagaf.config.php +5 −5 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ return [ 'options' => [ 'route' => '/action[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::actionAction() **/ 'action' => 'action', ] ], Loading @@ -76,7 +76,7 @@ return [ 'options' => [ 'route' => '/theme[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::themeAction() **/ 'action' => 'theme', ] ], Loading @@ -86,7 +86,7 @@ return [ 'options' => [ 'route' => '/session[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::sessionAction() **/ 'action' => 'session', ] ], Loading @@ -96,7 +96,7 @@ return [ 'options' => [ 'route' => '/seance[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::seanceAction() **/ 'action' => 'seance', ] ], Loading @@ -106,7 +106,7 @@ return [ 'options' => [ 'route' => '/stagiaire[/:id]', 'defaults' => [ 'controller' => ImportationLagafController::class, /** @see ImportationLagafController::stagiaireAction() **/ 'action' => 'stagiaire', ] ], Loading
module/Formation/src/Formation/Controller/ImportationLagafController.php +1 −1 Original line number Diff line number Diff line Loading @@ -318,7 +318,7 @@ class ImportationLagafController extends AbstractActionController foreach ($plages as $plage) { $plage_id = $action_id . "-" . $session_id . "-" . $seance_id . "-" . $plage[$position_plage_id]; if ($dictionnaireP[$plage_id] === null) { if (isset($dictionnaireP[$plage_id])) { $seance = new Seance(); $seance->setSource($this->sourceLagaf); $seance->setIdSource($plage_id); Loading