From 0541995a60addbe950b037fe4f7068e7e0ca3297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 2 Sep 2025 16:37:19 +0200 Subject: [PATCH] Add icons to document action buttons and update bindings for accompanying period work IDs --- .../components/DocumentsList.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/components/DocumentsList.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/components/DocumentsList.vue index ed82fb6b8..b1bc9ca3d 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/components/DocumentsList.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/components/DocumentsList.vue @@ -169,6 +169,7 @@ $emit('removeDocument', d) " > + {{ trans( EVALUATION_DOCUMENT_DELETE, @@ -207,11 +208,14 @@ d, ) " - >{{ + > + + {{ trans( EVALUATION_DOCUMENT_DUPLICATE_HERE, ) - }}
  • @@ -222,7 +226,9 @@ d, ) " - >{{ + > + + {{ trans( EVALUATION_DOCUMENT_DUPLICATE_TO_OTHER_EVALUATION, ) @@ -241,7 +247,9 @@ @click=" prepareDocumentMoveToWork(d) " - >{{ + > + + {{ trans( EVALUATION_DOCUMENT_MOVE, ) @@ -263,7 +271,7 @@ v-model:selectedAcpw="selectedAcpw" :accompanying-period-id="accompanyingPeriodId" :is-evaluation-selector="true" - :ignore-accompanying-period-work-ids="[accompanyingPeriodWorkId]" + :ignore-accompanying-period-work-ids="[]" @close-modal="showAccompanyingPeriodSelector = false" @update:selectedEvaluation="selectedEvaluation = $event" />