mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix display of privateComment for action
This commit is contained in:
parent
3122098447
commit
ae624d25fc
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user