From 2ed518029e87224d066e71b61edc952ce6ef02c8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 6 Dec 2019 00:19:14 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/api/gzform.js | 1 - .../src/components/inventorywidgetlist.vue | 1 - ayanova/src/views/About.vue | 1 - ayanova/src/views/customize.vue | 21 ++++++++++--------- ayanova/src/views/inventory-widget-edit.vue | 1 - ayanova/src/views/inventory.vue | 1 - ayanova/src/views/log.vue | 1 - 8 files changed, 12 insertions(+), 17 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 623c9595..a17b1937 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -107,7 +107,7 @@ TODO: MAIN GRID LIST ANALYSIS, DESIGN AND COMPLETION - Maybe make all stubbed things an alt colour so can tell at a glance what is outstanding. - Reporting, list mass ops, go through cases look for stuff that will be required - +TODO: Make errorBoxError message box on all forms a component instead as it's just boilerplate TODO: Trial route ui support in client - Add an area to support refreshing the database and generating test data diff --git a/ayanova/src/api/gzform.js b/ayanova/src/api/gzform.js index 5b888e0a..05d7553c 100644 --- a/ayanova/src/api/gzform.js +++ b/ayanova/src/api/gzform.js @@ -534,7 +534,6 @@ export default { formCustomTemplateFieldName ]); - if (templateItem === undefined || templateItem.hide !== true) { return true; } diff --git a/ayanova/src/components/inventorywidgetlist.vue b/ayanova/src/components/inventorywidgetlist.vue index 4d5d6649..940da518 100644 --- a/ayanova/src/components/inventorywidgetlist.vue +++ b/ayanova/src/components/inventorywidgetlist.vue @@ -7,7 +7,6 @@ v-show="formState.errorBoxMessage" color="error" icon="fa-exclamation-circle " - value="true" transition="scale-transition" class="multi-line" outlined diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue index ec8cfd04..8e605170 100644 --- a/ayanova/src/views/About.vue +++ b/ayanova/src/views/About.vue @@ -6,7 +6,6 @@ v-show="formState.errorBoxMessage" color="error" icon="fa-exclamation-circle " - value="true" transition="scale-transition" class="multi-line" outlined diff --git a/ayanova/src/views/customize.vue b/ayanova/src/views/customize.vue index 3b480700..4d6280e4 100644 --- a/ayanova/src/views/customize.vue +++ b/ayanova/src/views/customize.vue @@ -13,7 +13,7 @@
-->
- {{ this.$store.state.formCustomTemplate[formCustomTemplateKey] }} + {{ obj }}
@@ -25,7 +25,6 @@ v-show="formState.errorBoxMessage" color="error" icon="fa-exclamation-circle " - value="true" transition="scale-transition" class="multi-line" outlined @@ -33,20 +32,20 @@ > -