From cceb394dbd5da7f7524aee311a05b13cfb1f0b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Tue, 26 Apr 2022 15:19:46 +0200 Subject: [PATCH] =?UTF-8?q?Actualisation=20des=20plafonds=20aussi=20en=20m?= =?UTF-8?q?=C3=AAme=20temps=20que=20la=20feuille=20de=20route?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/Application/src/Service/WorkflowService.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module/Application/src/Service/WorkflowService.php b/module/Application/src/Service/WorkflowService.php index 2f87f611f1..35ab88769c 100755 --- a/module/Application/src/Service/WorkflowService.php +++ b/module/Application/src/Service/WorkflowService.php @@ -353,11 +353,11 @@ class WorkflowService extends AbstractService 'validation_enseignement' => ['workflow'], 'validation_referentiel' => ['workflow'], 'workflow' => [], - //'plafond_structure' => [], - //'plafond_intervenant' => [], - //'plafond_element' => [], - //'plafond_volume_horaire' => [], - //'plafond_referentiel' => [], + 'plafond_intervenant' => [], + 'plafond_structure' => [], + 'plafond_referentiel' => [], + 'plafond_element' => [], + 'plafond_volume_horaire' => [], ]; if ($tableauxBords) { -- GitLab