From 6be58715ca4fafa15d62eda9d47d7253899d5381 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 27 Feb 2020 19:51:42 +0000 Subject: [PATCH] --- ayanova/src/views/ay-customize.vue | 1 - ayanova/src/views/test-inventory-widget-edit.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ayanova/src/views/ay-customize.vue b/ayanova/src/views/ay-customize.vue index 63f85c11..6202434d 100644 --- a/ayanova/src/views/ay-customize.vue +++ b/ayanova/src/views/ay-customize.vue @@ -172,7 +172,6 @@ export default { serverError: {} }, rights: window.$gz.role.getRights(window.$gz.type.FormCustom) - //,tempTemplate: window.$gz.store.state.formCustomTemplate["widget"] }; }, diff --git a/ayanova/src/views/test-inventory-widget-edit.vue b/ayanova/src/views/test-inventory-widget-edit.vue index fdb48414..30332aa8 100644 --- a/ayanova/src/views/test-inventory-widget-edit.vue +++ b/ayanova/src/views/test-inventory-widget-edit.vue @@ -234,7 +234,7 @@ //Illegal1 = O0 const FORM_KEY = "inventory-widget-edit"; const API_BASE_URL = "Widget/"; -const FORM_CUSTOM_TEMPLATE_KEY = "widget"; +const FORM_CUSTOM_TEMPLATE_KEY = "Widget"; export default { beforeRouteEnter(to, from, next) {