private comment for action. still needs (de)normalization

This commit is contained in:
2022-04-26 09:52:00 +02:00
parent 171cc79a4a
commit 064286aa2f
3 changed files with 64 additions and 0 deletions

View File

@@ -33,6 +33,15 @@
></ckeditor>
</div>
<div id="private_comment" class="action-row">
<label class="col-form-label">{{ $t('private comment') }}</label>
<ckeditor
v-model="privateComment"
:editor="editor"
tag-name="textarea"
></ckeditor>
</div>
<div id="objectives" class="action-row">
<div aria="hidden" class="title">
<div><h3>{{ $t('goals_title') }}</h3></div>