From 346713d22eaa44f659a347a4e0729fe26a35bb79 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 12 Nov 2019 23:37:57 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 +------ ayanova/src/main.js | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index af0554d1..fe5082e7 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -53,13 +53,8 @@ http://localhost:8080/login CURRENT WORK: -- NOtify, why do I even need a close button? They are timed out automatically and I could use the space for a more info button (below) -- Add manual link option to alerts so that a user can click to go to more info (A more info link I guess) - - LT key "More" is just "More..." which could work if it looks like an URL - - - Get edit form existing features completely working (also need new reportchooser not based on the original dialog component) - +- Back to other items listed here after edit form working again ================================================= diff --git a/ayanova/src/main.js b/ayanova/src/main.js index d3499b6b..b8625f27 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -85,7 +85,7 @@ Vue.config.warnHandler = errorHandler.handleVueWarning; //added for vuetify 2.x to disable annoying prodution mode tip warning //but commented out for now just to see what it looks like -//Vue.config.productionTip = false; +Vue.config.productionTip = false; ///////////////////////////////////////////////////////////////// // AJAX LOADER INDICATOR