From d0e9b877199912d76e708fa6d7aaee447217a703 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 22 Mar 2021 23:15:43 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 -- ayanova/src/api/ayanova-version.js | 2 +- ayanova/src/main.js | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 7b904a05..eba20618 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -908,8 +908,6 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo BUILD CHANGES OF NOTE - - build 105 - direct report url now works again properly. Used by notification to send links to reports and possible future other links to provide an url that opens in teh AyaNova client directly to viewing a report, so that the url [clienturl]/viewreport?oid=1&rid=1 for example will open report id 1 with object id 1 - Can now hide columns that are filtered or sorted without error in data tables; Data Table column selector button will change to larger and accented when this is the case and the column selector form will highlight these hidden columns that affect the view with raised elevation, accent color and filter/sort icon (both show, there is no distinction which type of way it's affecting) diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index d4211cd8..e9031b57 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.105", + version: "8.0.0-alpha.106", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index b8d93875..fa68ecde 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -67,7 +67,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; //************************************************************ //************************************************************** //**************************************************************