From 922d7596c4c91c3175ed5bc5c4f1e054fd0f2484 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 3 Aug 2021 23:23:38 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/api/ayanova-version.js | 2 +- ayanova/src/main.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 130d604e..c8324b84 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -540,7 +540,7 @@ todo MISC: sort by ID instead Notification code from workorder/quote/pm *item* grandchildren? Why is this a thing? shouldn't it be removed entirely, it's jsut wasted cpu cycles can a user even subscribe to any of these? Should they? - + check that jobs don't run during seeding ITEMS section of workorder form needs to stand out somehow more, maybe a splash of color in the icon or something diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 0fa9e5d1..92591ba5 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.117", + version: "8.0.0-alpha.118", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 3fd373bf..b45201eb 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************