diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 418ea68e..e9e42f89 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -42,8 +42,6 @@ CURRENT ROADMAP CURRENT TODOs =-=-=-=-=-=-= - -todo: about link is showing on about form TODO: No way to make a new widget now!!! TODO: save (post) of new record at client triggers renavigation to that page again which also triggers fetch - So what's the point of returning the full record on post? @@ -51,6 +49,10 @@ TODO: save (post) of new record at client triggers renavigation to that page aga - On the other hand, is the data still kept in the view or is create called again fresh and all that?? 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 diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 04c31bf3..ec6a5ea9 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -134,10 +134,10 @@