From c2feeaf273f49576de2280153567157e2b5d0aff Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 3 Mar 2020 00:02:52 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 +---------- ayanova/src/App.vue | 3 +-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index eca419f0..28a841a8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -45,17 +45,8 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 1 and 2: - - -todo: Switch control has issues in mobile view throws error "touch is undefined" - - Update and see if fixes or else switch to some other component - -todo: clean browser open widget list doesn't fetch anything, seems to sit endlessly, only fix is to select a filter, unselect and force full refresh multiple times - - No error at server - - Maybe there is an issue with OLD stored list settings because completely wiping them fixes it. - - HMMM...maybe we need to wipe the stored settings when the version changes or something, maybe this will be more of an issue later in dev process -todo: HELP link on listVieweditor not working todo: Add test for *NULL* and not *NULL* in datalistfilter tests as there currently aren't any + todo: ay-data-list-view initform code shows proper way to initialize and await each step - Take that model and look at all the other forms and ensure they work the same way diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 67ee4e8a..c4d50812 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -235,8 +235,7 @@ export default { }; }, created() { - //detect version change, wipe persisted form settings if so - //get current version now + //Detect version change, wipe persisted form settings if has changed var currentVersion = window.$gz.clientInfo.version; if (currentVersion != window.$gz.store.state.lastClientVersion) { window.$gz.store.commit(