From dab7b6fdad83c45d420831a2754029191f87202a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 25 Feb 2020 18:52:49 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 -------- ayanova/src/components/gz-data-table.vue | 8 ++++---- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6dc0ebd6..6164efb1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -42,14 +42,6 @@ CURRENT ROADMAP CURRENT TODOs =-=-=-=-=-=-= -TODO: BUGBUG - for some reason the unsaved filter item is not being removed anymore from the picklist and it was working before - - Can't see any changes that account for it, definitely vue is picking up the change, just not updating the picklist list of items even though the property it's bound to has been updated - - Try a regular select? - - Try a second vuetify select with a separate set of dummy items and see if updating the collection in a selection changed works for it - - Is there a way to force a re-render of the control? Maybe it doesn't know the collection changed for some reason? (Watch?) - - Try maybe reverting if all else fails to see if it goes back to working (commit 2848) then maybe pick apart - - TODO: DataTable need a no results display to make it clear it hasn't just bombed or something on no results diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 7487b7bd..df56011a 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -1,6 +1,5 @@