Commit 78900793 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Ajustement importation lagaf

parent 876d2540
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ return [
                                'options' => [
                                    'route' => '/action[/:id]',
                                    'defaults' => [
                                        'controller' => ImportationLagafController::class,
                                        /**  @see ImportationLagafController::actionAction() **/
                                        'action' => 'action',
                                    ]
                                ],
@@ -76,7 +76,7 @@ return [
                                'options' => [
                                    'route' => '/theme[/:id]',
                                    'defaults' => [
                                        'controller' => ImportationLagafController::class,
                                        /**  @see ImportationLagafController::themeAction() **/
                                        'action' => 'theme',
                                    ]
                                ],
@@ -86,7 +86,7 @@ return [
                                'options' => [
                                    'route' => '/session[/:id]',
                                    'defaults' => [
                                        'controller' => ImportationLagafController::class,
                                        /**  @see ImportationLagafController::sessionAction() **/
                                        'action' => 'session',
                                    ]
                                ],
@@ -96,7 +96,7 @@ return [
                                'options' => [
                                    'route' => '/seance[/:id]',
                                    'defaults' => [
                                        'controller' => ImportationLagafController::class,
                                        /**  @see ImportationLagafController::seanceAction() **/
                                        'action' => 'seance',
                                    ]
                                ],
@@ -106,7 +106,7 @@ return [
                                'options' => [
                                    'route' => '/stagiaire[/:id]',
                                    'defaults' => [
                                        'controller' => ImportationLagafController::class,
                                        /**  @see ImportationLagafController::stagiaireAction() **/
                                        'action' => 'stagiaire',
                                    ]
                                ],
+1 −1
Original line number Diff line number Diff line
@@ -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);