From a450a7f4b7158002a2018b1f65cc3db57d688654 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr>
Date: Mon, 4 Jul 2022 16:11:25 +0200
Subject: [PATCH] =?UTF-8?q?Le=20Tbl=20du=20r=C3=A9f=C3=A9rentiel=20=C3=A9t?=
 =?UTF-8?q?ait=20mal=20mis=20=C3=A0=20jour?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../Application/src/Controller/ServiceReferentielController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/Application/src/Controller/ServiceReferentielController.php b/module/Application/src/Controller/ServiceReferentielController.php
index cf49a834ef..e07b0f9191 100755
--- a/module/Application/src/Controller/ServiceReferentielController.php
+++ b/module/Application/src/Controller/ServiceReferentielController.php
@@ -396,7 +396,7 @@ class ServiceReferentielController extends AbstractController
     {
         $this->getServiceWorkflow()->calculerTableauxBord(['formule', 'validation_referentiel', 'referentiel'], $intervenant);
         if (!$validation) {
-            $this->getServiceWorkflow()->calculerTableauxBord(['referentiel', 'piece_jointe_fournie'], $intervenant);
+            $this->getServiceWorkflow()->calculerTableauxBord(['piece_jointe_fournie'], $intervenant);
         }
     }
 
-- 
GitLab