chore(editor): cleanup unused options
This commit is contained in:
parent
daa2ed3b1c
commit
aa715dd9e1
@ -66,7 +66,6 @@
|
|||||||
</CustomTransition>
|
</CustomTransition>
|
||||||
</div>
|
</div>
|
||||||
<editor
|
<editor
|
||||||
:hasPreview="true"
|
|
||||||
:is-edit-enabled="canWrite && c.author.id === currentUserId"
|
:is-edit-enabled="canWrite && c.author.id === currentUserId"
|
||||||
:upload-callback="attachmentUpload"
|
:upload-callback="attachmentUpload"
|
||||||
:upload-enabled="true"
|
:upload-enabled="true"
|
||||||
@ -114,7 +113,6 @@
|
|||||||
taskCommentService.loading &&
|
taskCommentService.loading &&
|
||||||
!isCommentEdit,
|
!isCommentEdit,
|
||||||
}"
|
}"
|
||||||
:hasPreview="false"
|
|
||||||
:upload-callback="attachmentUpload"
|
:upload-callback="attachmentUpload"
|
||||||
:upload-enabled="true"
|
:upload-enabled="true"
|
||||||
:placeholder="$t('task.comment.placeholder')"
|
:placeholder="$t('task.comment.placeholder')"
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
:is-edit-enabled="canWrite"
|
:is-edit-enabled="canWrite"
|
||||||
:upload-callback="uploadCallback"
|
:upload-callback="uploadCallback"
|
||||||
:placeholder="$t('task.description.placeholder')"
|
:placeholder="$t('task.description.placeholder')"
|
||||||
:empty-text="$t('task.description.empty')"
|
|
||||||
:show-save="true"
|
:show-save="true"
|
||||||
edit-shortcut="e"
|
edit-shortcut="e"
|
||||||
v-model="task.description"
|
v-model="task.description"
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
<editor
|
<editor
|
||||||
:class="{ 'disabled': filterService.loading}"
|
:class="{ 'disabled': filterService.loading}"
|
||||||
:disabled="filterService.loading"
|
:disabled="filterService.loading"
|
||||||
:preview-is-default="false"
|
|
||||||
id="description"
|
id="description"
|
||||||
:placeholder="$t('filters.attributes.descriptionPlaceholder')"
|
:placeholder="$t('filters.attributes.descriptionPlaceholder')"
|
||||||
v-model="filter.description"
|
v-model="filter.description"
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
v-model="filter.description"
|
v-model="filter.description"
|
||||||
:class="{ 'disabled': filterService.loading}"
|
:class="{ 'disabled': filterService.loading}"
|
||||||
:disabled="filterService.loading"
|
:disabled="filterService.loading"
|
||||||
:preview-is-default="false"
|
|
||||||
id="description"
|
id="description"
|
||||||
:placeholder="$t('filters.attributes.descriptionPlaceholder')"
|
:placeholder="$t('filters.attributes.descriptionPlaceholder')"
|
||||||
/>
|
/>
|
||||||
|
@ -58,7 +58,6 @@
|
|||||||
<label class="label">{{ $t('label.attributes.description') }}</label>
|
<label class="label">{{ $t('label.attributes.description') }}</label>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<editor
|
<editor
|
||||||
:preview-is-default="false"
|
|
||||||
:placeholder="$t('label.attributes.description')"
|
:placeholder="$t('label.attributes.description')"
|
||||||
v-if="editorActive"
|
v-if="editorActive"
|
||||||
v-model="labelEditLabel.description"
|
v-model="labelEditLabel.description"
|
||||||
|
@ -54,7 +54,6 @@
|
|||||||
<Editor
|
<Editor
|
||||||
:class="{ 'disabled': isLoading}"
|
:class="{ 'disabled': isLoading}"
|
||||||
:disabled="isLoading"
|
:disabled="isLoading"
|
||||||
:previewIsDefault="false"
|
|
||||||
id="projectdescription"
|
id="projectdescription"
|
||||||
:placeholder="$t('project.edit.descriptionPlaceholder')"
|
:placeholder="$t('project.edit.descriptionPlaceholder')"
|
||||||
v-model="project.description"
|
v-model="project.description"
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
<editor
|
<editor
|
||||||
:class="{ disabled: teamService.loading }"
|
:class="{ disabled: teamService.loading }"
|
||||||
:disabled="teamService.loading"
|
:disabled="teamService.loading"
|
||||||
:preview-is-default="false"
|
|
||||||
id="teamdescription"
|
id="teamdescription"
|
||||||
:placeholder="$t('team.attributes.descriptionPlaceholder')"
|
:placeholder="$t('team.attributes.descriptionPlaceholder')"
|
||||||
v-model="team.description"
|
v-model="team.description"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user