This commit is contained in:
2020-04-19 23:10:09 +00:00
parent 3b212b16c3
commit 683e117187
4 changed files with 17 additions and 10 deletions

View File

@@ -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