This commit is contained in:
2019-11-21 01:03:27 +00:00
parent b2f48cd45a
commit 1f34ec6256
4 changed files with 33 additions and 4 deletions

View File

@@ -165,6 +165,7 @@
:formKey="formCustomTemplateKey"
v-bind:value.sync="obj.customFields"
:readOnly="this.formState.readOnly"
:parentVM="this"
ref="customFields"
:error-messages="form().serverErrors(this, 'customFields')"
@change="onChange('customFields')"
@@ -199,7 +200,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* Xeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Illegal1 = O0
const FORM_KEY = "inventory-widget-edit";
const FORM_BASE_URL = "Widget/";
const FORM_CUSTOM_TEMPLATE_KEY = "widget";