diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 14f5a41b..29964763 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -848,5 +848,7 @@ BUILD 8.0.0-beta.0.12 CHANGES OF NOTE - Changed "Scheduleable user notes" to "Service tech notes" in all stock translations - case 4084 fixed Intl.DateTimeFormat... reference issues in my code, and also see notes on how to fix remaining regular javascript issues for each report - case 4082 no changes see notes +- case 4088 fixed +- case 4089 documented - TODO: 1 before this release handlebars utilities add to report edit functions https://handlebarsjs.com/api-reference/utilities.html \ No newline at end of file diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 34fb9495..395d6347 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -66,7 +66,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; //************************************************************ //************************************************************** //************************************************************** @@ -107,7 +107,7 @@ window.onerror = errorHandler.handleGeneralError; //warnings, only occur by default in debug mode not production Vue.config.warnHandler = errorHandler.handleVueWarning; -//Vue.config.productionTip = false; +Vue.config.productionTip = false; ///////////////////////////////////////////////////////////////// // AJAX LOADER INDICATOR diff --git a/ayanova/src/views/svc-schedule.vue b/ayanova/src/views/svc-schedule.vue index fd57e89d..5480911e 100644 --- a/ayanova/src/views/svc-schedule.vue +++ b/ayanova/src/views/svc-schedule.vue @@ -376,6 +376,7 @@