This commit is contained in:
@@ -205,13 +205,7 @@
|
||||
></gz-custom-fields>
|
||||
</v-col>
|
||||
<!-- Show the wiki unless hidden by form customization or not read only, or if it has content -->
|
||||
<v-col
|
||||
v-if="
|
||||
form().showMe(this, 'wikiContent') &&
|
||||
(!formState.ReadOnly || obj.wikiContent)
|
||||
"
|
||||
cols="12"
|
||||
>
|
||||
<v-col v-if="form().showMe(this, 'wikiContent')" cols="12">
|
||||
<gz-wiki
|
||||
ref="wikiContent"
|
||||
v-model="obj.wikiContent"
|
||||
|
||||
Reference in New Issue
Block a user