From 1d7908667b7d6ea77e5f16f38a09ad94b96fd4eb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 3 Jan 2022 17:40:47 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 +--- ayanova/src/components/data-table.vue | 13 +++++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ecbde213..79e6e203 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -244,9 +244,6 @@ TODO: 1 BETA DOCS: -- 1 bugbug: SERIOUS BUG when testing reporting load test, one time selected a few specific wo from list to confirm it could still report properly after fail due to oom - then filtered for less recs and reran report and got selected ones only even though not selected - appears in some circs is selection not resetting in data table or in printing code?? - 1 todo: figure out why a wait display in clien tpage (printing for eg) causes the browser to go wild using up cpu cycles, like WTF is that about animation, graphics, ??? @@ -849,6 +846,7 @@ Current v8 docs home: https://www.ayanova.com/docs/ BUILD 8.0.0-beta.0.9 CHANGES OF NOTE - Upgraded Windows Standalone version of PostgresSQL to 14.1 from 14.0 +- data table now clears selected records array properly when change or remove filter and also when deselect all from the select all checkbox at top diff --git a/ayanova/src/components/data-table.vue b/ayanova/src/components/data-table.vue index b26c6249..b2787781 100644 --- a/ayanova/src/components/data-table.vue +++ b/ayanova/src/components/data-table.vue @@ -1,7 +1,6 @@