This commit is contained in:
@@ -45,17 +45,8 @@ CURRENT TODOs
|
|||||||
@@@@@@@@@@@ ROADMAP STAGE 1 and 2:
|
@@@@@@@@@@@ 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: 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
|
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
|
- Take that model and look at all the other forms and ensure they work the same way
|
||||||
|
|
||||||
|
|||||||
@@ -235,8 +235,7 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
//detect version change, wipe persisted form settings if so
|
//Detect version change, wipe persisted form settings if has changed
|
||||||
//get current version now
|
|
||||||
var currentVersion = window.$gz.clientInfo.version;
|
var currentVersion = window.$gz.clientInfo.version;
|
||||||
if (currentVersion != window.$gz.store.state.lastClientVersion) {
|
if (currentVersion != window.$gz.store.state.lastClientVersion) {
|
||||||
window.$gz.store.commit(
|
window.$gz.store.commit(
|
||||||
|
|||||||
Reference in New Issue
Block a user