From dbeb8741030898d4dc2a4621ac4c2d328fcf8d4e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 20 Apr 2020 19:03:11 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 - ayanova/src/App.vue | 8 +------- ayanova/src/components/tag-picker.vue | 1 + 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9552a07c..8de72358 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -66,7 +66,6 @@ CURRENT TODOs -todo: make the navigation pane sticky so it remembers the last setting of hidden or showing in large view size todo: enter new tag in widget doesn't trigger dirty? todo: Test widget form as bizamdinlimited read only mode because I think several things are not right in read only mode diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 567e7498..2c3739f1 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -256,12 +256,7 @@ export default { menuItems: [] } }; - }, - // watch: { - // drawer(val) { - // this.$store.commit("setDrawer", this.drawer); - // } - // }, + }, created() { //Detect version change, wipe persisted form settings if has changed let currentVersion = window.$gz.clientInfo.version; @@ -288,7 +283,6 @@ export default { openObjectHandler.wireUpEventHandlers(this); window.$gz.translation.setVuetifyDefaultLanguageElements(this); - // this.drawer = this.$store.state.drawer; }, beforeDestroy() { //UNWIRE ALL EVENT HANDLERS FROM GZEVENTBUS diff --git a/ayanova/src/components/tag-picker.vue b/ayanova/src/components/tag-picker.vue index fb78ab13..bc369ba0 100644 --- a/ayanova/src/components/tag-picker.vue +++ b/ayanova/src/components/tag-picker.vue @@ -102,6 +102,7 @@ export default { this.sourcetags.push(theTag); this.value.push(theTag); this.tagSearchEntry = ""; + this.$emit("input", this.value); }, normalizeTag(tagName) { //kebab case takes care of all the things we need for tags in one go