This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
></v-checkbox>
|
||||
</v-col>
|
||||
|
||||
<v-col v-if="form().showMe(this, 'WorkOrderItemTags')" cols="12">
|
||||
<v-col v-if="form().showMe(this, 'Items.WorkOrderItemTags')" cols="12">
|
||||
<gz-tag-picker
|
||||
v-model="value.items[activeItemIndex].tags"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -329,7 +329,7 @@
|
||||
></gz-custom-fields>
|
||||
</v-col>
|
||||
|
||||
<v-col v-if="form().showMe(this, 'WorkOrderItemWiki')" cols="12">
|
||||
<v-col v-if="form().showMe(this, 'Items.WorkOrderItemWiki')" cols="12">
|
||||
<gz-wiki
|
||||
:aya-type="$ay.ayt.WorkOrderItem"
|
||||
:aya-id="value.id"
|
||||
@@ -340,7 +340,12 @@
|
||||
></gz-wiki
|
||||
></v-col>
|
||||
|
||||
<v-col v-if="form().showMe(this, 'Attachments') && value.id" cols="12">
|
||||
<v-col
|
||||
v-if="
|
||||
form().showMe(this, 'Items.WorkOrderItemAttachments') && value.id
|
||||
"
|
||||
cols="12"
|
||||
>
|
||||
<gz-attachments
|
||||
:readonly="formState.readOnly"
|
||||
:aya-type="$ay.ayt.WorkOrderItem"
|
||||
|
||||
Reference in New Issue
Block a user