This commit is contained in:
@@ -205,13 +205,13 @@
|
||||
></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')" cols="12">
|
||||
<v-col v-if="form().showMe(this, 'wiki')" cols="12">
|
||||
<gz-wiki
|
||||
ref="wikiContent"
|
||||
v-model="obj.wikiContent"
|
||||
ref="wiki"
|
||||
v-model="obj.wiki"
|
||||
:readOnly="formState.readOnly"
|
||||
:parentVM="this"
|
||||
@input="fieldValueChanged('wikiContent')"
|
||||
@input="fieldValueChanged('wiki')"
|
||||
></gz-wiki
|
||||
></v-col>
|
||||
</v-row>
|
||||
@@ -322,7 +322,7 @@ export default {
|
||||
endDate: null,
|
||||
notes: null,
|
||||
count: null,
|
||||
wikiContent: null,
|
||||
wiki: null,
|
||||
customFields: "{}",
|
||||
tags: [],
|
||||
userId: null
|
||||
|
||||
Reference in New Issue
Block a user