This commit is contained in:
2022-01-22 00:27:46 +00:00
parent 1f61d19b85
commit 3a0e9debb2
2 changed files with 3 additions and 4 deletions

View File

@@ -838,7 +838,7 @@ Current v8 docs home: https://www.ayanova.com/docs/
BUILD 8.0.0-beta.0.12 CHANGES OF NOTE 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 - 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 - 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 - 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 4088 fixed
- case 4089 documented - case 4089 documented
- case 4090 fixed - case 4090 fixed
- Added handlebars utility functions type definitions to report designer javascript editor linter
- TODO: 1 before this release handlebars utilities add to report edit functions https://handlebarsjs.com/api-reference/utilities.html

View File

@@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE //DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE //THIS SHOULD BE FALSE IN RELEASE
//************************************************************ //************************************************************
const DEV_MODE = true; const DEV_MODE = false;
//************************************************************ //************************************************************
//************************************************************** //**************************************************************
//************************************************************** //**************************************************************