From fe3e0117bf738edf8937d48f1caaf88f8896c8f4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 28 Feb 2020 00:43:46 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +- ayanova/src/App.vue | 2 +- ayanova/src/api/locale.js | 2 +- ayanova/src/api/open-object-handler.js | 2 +- ayanova/src/components/gz-data-table.vue | 4 +- ayanova/src/router.js | 2 +- .../src/views/test-inventory-widget-edit.vue | 20 +++--- ayanova/src/views/test-widgets.vue | 61 ++++++++++++++++--- 8 files changed, 71 insertions(+), 28 deletions(-) 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 @@