From 4f347aa79e61fd0285b35864f3983a278b751131 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 13 Jun 2019 22:07:06 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/views/inventory-widget-edit.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e019b222..74799412 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -64,7 +64,7 @@ DONE: New widget exposes issue with empty dates and the picker, it gives an erro DONE: DUPLICATE - Make it work, maybe server should do the duplicating and just return a record when user selects this, a duplicate route -DONE (NEEDS TESTING ON MOBILE): Reports - stub out +DONE (NEEDS re-test ON MOBILE for appearance and functionality): Reports - stub out - Stub out some fake reports in a drop down selection for testing, doesn't have to do anything but be present - Currently implementing as a dialog, either I need to follow the vuetify dialog example and put it in the shell app.vue or I'm going to use the dialog library I already have once I get an answer on templates - If I use the vuetify example it means there needs to be a dialog in the shell that is activated from any form inside it but it also needs to be bound and shit and won't be very clean diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index 6158c87f..14112231 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -302,6 +302,8 @@ export default { this.$gzlocale .fetch(ltKeysRequired) .then(() => { + //populate all form pick list data + //don't have access to local data object until here vm.formState.ready = true; })