From 22088022f6fe1843e784a6f117f04eec83098f25 Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Wed, 4 Feb 2026 12:00:05 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20conditions=20v-if=20pour=20affiche?= =?UTF-8?q?r=20les=20dates=20de=20d=C3=A9but=20et=20de=20fin=20uniquement?= =?UTF-8?q?=20si=20elles=20sont=20pr=C3=A9sentes=20dans=20AccompanyingPeri?= =?UTF-8?q?odWorkEvaluationItem.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AccompanyingPeriodWorkEvaluationItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AccompanyingPeriodWorkSelector/AccompanyingPeriodWorkEvaluationItem.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AccompanyingPeriodWorkSelector/AccompanyingPeriodWorkEvaluationItem.vue index 1beae1b90..34dde245b 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AccompanyingPeriodWorkSelector/AccompanyingPeriodWorkEvaluationItem.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AccompanyingPeriodWorkSelector/AccompanyingPeriodWorkEvaluationItem.vue @@ -18,7 +18,7 @@ {{ trans(ACCOMPANYING_COURSE_WORK_START_DATE) }} : - {{ formatDate(eval.startDate) }} + {{ formatDate(eval.startDate) }}
  • @@ -26,7 +26,7 @@ {{ trans(ACCOMPANYING_COURSE_WORK_END_DATE) }} : - {{ formatDate(eval.endDate) }} + {{ formatDate(eval.endDate) }}