From 623fe41fdc77a4b210be3af8b10853df9d62e62e Mon Sep 17 00:00:00 2001 From: sebastien <dupuy@datakode.fr> Date: Thu, 17 Nov 2022 08:33:51 +0100 Subject: [PATCH] =?UTF-8?q?Lors=20du=20changement=20de=20niveau=20d'une=20?= =?UTF-8?q?action=20pr=C3=A9conis=C3=A9e(step=204=20evaluation),=20le=20no?= =?UTF-8?q?mbre=20du=20niveau=20se=20met=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Evaluations/Single/Components/Step4/PlanAction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/components/Evaluations/Single/Components/Step4/PlanAction.vue b/resources/js/components/Evaluations/Single/Components/Step4/PlanAction.vue index ed892c57..bc85219f 100644 --- a/resources/js/components/Evaluations/Single/Components/Step4/PlanAction.vue +++ b/resources/js/components/Evaluations/Single/Components/Step4/PlanAction.vue @@ -18,7 +18,7 @@ :measure="measure" :index="index" :submitted="submitted" - :next-level="measureLevelSelected(measure).expected_level === 0 ||index >= 4 ? false : measureLevelSelected(measure).actual_level + 1" + :next-level="measureLevelSelected(measure).expected_level === 0 ||index >= 4 ? false : measureLevelSelected(measure).expected_level" :level="measureLevelSelected(measure).actual_level" /> </div> -- GitLab