From 3a0e9debb25c6f6325fbb27fa379c38a71f44bd7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 22 Jan 2022 00:27:46 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 ++--- ayanova/src/main.js | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a3757186..12ed37dd 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -838,7 +838,7 @@ Current v8 docs home: https://www.ayanova.com/docs/ BUILD 8.0.0-beta.0.12 CHANGES OF NOTE -- Added and updated to documentation the minimum needed for beta testing users +- Documentation in progress (not completed) the minimum needed for beta testing users - Changes to authorization roles for Sales, Tech, Tech - restricted, Subcontractor and Subcontractor restricted decreasing in all cases how much they have access to in AyaNova - Reordered the login form sample users list to be in alphabetical order to match full name changes to roles from earlier - renamed "select lists" to "autocomplete lists" in docs and in UI (english), select lists now refer to selects that are not searchable, autocomplete is every searchable list for selectingan ayanova object @@ -851,5 +851,4 @@ BUILD 8.0.0-beta.0.12 CHANGES OF NOTE - case 4088 fixed - case 4089 documented - case 4090 fixed - -- 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 +- Added handlebars utility functions type definitions to report designer javascript editor linter \ No newline at end of file diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 395d6347..9c912a90 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 = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************