From a26cb728a0822359ba82e0be55c93b42c23729e2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 11 Sep 2020 19:40:19 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/views/adm-translation.vue | 2 +- ayanova/src/views/adm-user.vue | 2 +- ayanova/src/views/home-user-settings.vue | 2 +- ayanova/src/views/ops-server-state.vue | 2 +- ayanova/src/views/widget.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e57eae6b..ebe83280 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -2,7 +2,7 @@ @@@@@@@@@@@@@@@ ROADMAP STAGE 4 - REPORTING / DASHBOARD / KPI @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -todo: Default logos included with sample data + todo: reports need to know the custom field configuration for each type along with the data in teh report meta data I guess or something else maybe consumable by a function in ay-report.js which will then produce a block of localized json (maybe an option for non localized as well or both in same?) diff --git a/ayanova/src/views/adm-translation.vue b/ayanova/src/views/adm-translation.vue index d79b4e14..fde59848 100644 --- a/ayanova/src/views/adm-translation.vue +++ b/ayanova/src/views/adm-translation.vue @@ -167,7 +167,7 @@ // const FORM_KEY = "translation-edit"; const API_BASE_URL = "translation/"; -const FORM_CUSTOM_TEMPLATE_KEY = "Translation"; +const FORM_CUSTOM_TEMPLATE_KEY = "Translation"; //<-- Should always be CoreBizObject AyaType name here where possible export default { async created() { diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index 9660a3d4..700fadb0 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -256,7 +256,7 @@ // const FORM_KEY = "user-edit"; const API_BASE_URL = "user/"; -const FORM_CUSTOM_TEMPLATE_KEY = "User"; +const FORM_CUSTOM_TEMPLATE_KEY = "User"; //<-- Should always be CoreBizObject AyaType name here where possible export default { async created() { diff --git a/ayanova/src/views/home-user-settings.vue b/ayanova/src/views/home-user-settings.vue index ccee346f..87156e81 100644 --- a/ayanova/src/views/home-user-settings.vue +++ b/ayanova/src/views/home-user-settings.vue @@ -113,7 +113,7 @@ const FORM_KEY = "home-user-settings"; const API_BASE_URL = "user-option/"; -const FORM_CUSTOM_TEMPLATE_KEY = "Useroptions"; +const FORM_CUSTOM_TEMPLATE_KEY = "UserOptions"; //<- Should always be CoreBizObject AyaType name here export default { async created() { diff --git a/ayanova/src/views/ops-server-state.vue b/ayanova/src/views/ops-server-state.vue index f8ba606a..2a3f3b42 100644 --- a/ayanova/src/views/ops-server-state.vue +++ b/ayanova/src/views/ops-server-state.vue @@ -47,7 +47,7 @@ const FORM_KEY = "ops-server-state"; const API_BASE_URL = "server-state/"; -const FORM_CUSTOM_TEMPLATE_KEY = "ops-server-state"; +const FORM_CUSTOM_TEMPLATE_KEY = "ServerState"; //<-- Should always be CoreBizObject AyaType name here where possible export default { async created() { diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue index 1511c647..4bea1986 100644 --- a/ayanova/src/views/widget.vue +++ b/ayanova/src/views/widget.vue @@ -263,7 +263,7 @@ // const FORM_KEY = "widget-edit"; const API_BASE_URL = "widget/"; -const FORM_CUSTOM_TEMPLATE_KEY = "Widget"; +const FORM_CUSTOM_TEMPLATE_KEY = "Widget"; //<-- Should always be CoreBizObject AyaType name here where possible export default { async created() {