This commit is contained in:
@@ -119,10 +119,7 @@
|
||||
<v-col v-if="form().showMe(this, 'Tags')" cols="12">
|
||||
<gz-tag-picker
|
||||
v-model="obj.tags"
|
||||
:readonly="
|
||||
formState.readOnly ||
|
||||
(!selfAssigned && !currentUserIsASupervisor)
|
||||
"
|
||||
:readonly="formState.readOnly"
|
||||
ref="tags"
|
||||
data-cy="tags"
|
||||
:error-messages="form().serverErrors(this, 'tags')"
|
||||
@@ -149,20 +146,14 @@
|
||||
:ayaId="obj.id"
|
||||
ref="wiki"
|
||||
v-model="obj.wiki"
|
||||
:readonly="
|
||||
formState.readOnly ||
|
||||
(!selfAssigned && !currentUserIsASupervisor)
|
||||
"
|
||||
:readonly="formState.readOnly"
|
||||
@input="fieldValueChanged('wiki')"
|
||||
></gz-wiki
|
||||
></v-col>
|
||||
|
||||
<v-col v-if="form().showMe(this, 'Attachments') && obj.id" cols="12">
|
||||
<gz-attachments
|
||||
:readonly="
|
||||
formState.readOnly ||
|
||||
(!selfAssigned && !currentUserIsASupervisor)
|
||||
"
|
||||
:readonly="formState.readOnly"
|
||||
:ayaType="ayaType"
|
||||
:ayaId="obj.id"
|
||||
></gz-attachments
|
||||
|
||||
Reference in New Issue
Block a user