From 687273ac10b6bc179ddaf51d6ccec0fc703c9e93 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 15 Mar 2021 23:25:54 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2d795bb8..c943add8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -59,9 +59,6 @@ todo: v8 migrate additions ## CLIENT MISC ITEMS -todo: bugbug sort a column in data table then remove that column from display will trigger error - needs to gracefully handle missing columns - todo: attachment error not evident when in UI, have to go to api to see it's an error 413, maybe find a way to resolve this clearly as it is, it just appears to work but there is nothing. any error on upload should indicate so somewhere on the form @@ -946,5 +943,9 @@ 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)