fix display of privateComment for action

This commit is contained in:
Julie Lenaerts 2022-05-02 16:49:32 +02:00
parent 3122098447
commit ae624d25fc

View File

@ -24,7 +24,7 @@
<input v-model="endDate" type="date" class="form-control" /> <input v-model="endDate" type="date" class="form-control" />
</div> </div>
<div id="private_comment" class="action-row"> <div id="privateComment" class="action-row">
<label class="col-form-label">{{ $t('private_comment') }}</label> <label class="col-form-label">{{ $t('private_comment') }}</label>
<ckeditor <ckeditor
v-model="privateComment" v-model="privateComment"
@ -592,6 +592,7 @@ div#workEditor {
"title title" "title title"
"startDate endDate" "startDate endDate"
"comment comment" "comment comment"
"privateComment privateComment"
"objectives objectives" "objectives objectives"
"evaluations evaluations" "evaluations evaluations"
"persons persons" "persons persons"
@ -608,6 +609,8 @@ div#workEditor {
grid-area: endDate; } grid-area: endDate; }
#comment { #comment {
grid-area: comment; } grid-area: comment; }
#privateComment {
grid-area: privateComment; }
#objectives { #objectives {
grid-area: objectives; } grid-area: objectives; }
#evaluations { #evaluations {