Web: show task type in the task details
The task type was intended to be always shown, but a mistake in the field name + a misunderstanding caused them to be always hidden.
This commit is contained in:
parent
b3370cdf0d
commit
e3e0968d88
@ -27,10 +27,8 @@
|
||||
</dd>
|
||||
</template>
|
||||
|
||||
<template v-if="taskData.type">
|
||||
<dt class="field-type" title="Type">Type</dt>
|
||||
<dd>{{ taskData.type }}</dd>
|
||||
</template>
|
||||
<dt class="field-type" title="Task Type">Task Type</dt>
|
||||
<dd>{{ taskData.task_type }}</dd>
|
||||
|
||||
<dt class="field-priority" title="Priority">Priority</dt>
|
||||
<dd>{{ taskData.priority }}</dd>
|
||||
|
Loading…
x
Reference in New Issue
Block a user