mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-10 08:44:58 +00:00
Add icons to document action buttons and update bindings for accompanying period work IDs
This commit is contained in:
@@ -169,6 +169,7 @@
|
||||
$emit('removeDocument', d)
|
||||
"
|
||||
>
|
||||
<i class="fa fa-trash-o" aria-hidden="true"></i>
|
||||
{{
|
||||
trans(
|
||||
EVALUATION_DOCUMENT_DELETE,
|
||||
@@ -207,11 +208,14 @@
|
||||
d,
|
||||
)
|
||||
"
|
||||
>{{
|
||||
>
|
||||
<i class="fa fa-copy" aria-hidden="true"></i>
|
||||
{{
|
||||
trans(
|
||||
EVALUATION_DOCUMENT_DUPLICATE_HERE,
|
||||
)
|
||||
}}</a
|
||||
}}
|
||||
</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
@@ -222,7 +226,9 @@
|
||||
d,
|
||||
)
|
||||
"
|
||||
>{{
|
||||
>
|
||||
<i class="fa fa-copy" aria-hidden="true"></i>
|
||||
{{
|
||||
trans(
|
||||
EVALUATION_DOCUMENT_DUPLICATE_TO_OTHER_EVALUATION,
|
||||
)
|
||||
@@ -241,7 +247,9 @@
|
||||
@click="
|
||||
prepareDocumentMoveToWork(d)
|
||||
"
|
||||
>{{
|
||||
>
|
||||
<i class="fa fa-arrows" aria-hidden="true"></i>
|
||||
{{
|
||||
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"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user