This commit is contained in:
2020-03-03 00:02:52 +00:00
parent 80a949b909
commit c2feeaf273
2 changed files with 2 additions and 12 deletions

View File

@@ -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

View File

@@ -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(