From fa2566334420c8af75f1e796927b988cc14a98e9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 10 Sep 2021 19:03:46 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4f8afe67..e0a745ce 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -19,9 +19,9 @@ DONE: make sure at server correct use of tolower to match db where it matters for filter / search etc this means tolowerinvariant for internal system stuff and ToLower(System.Globalization.CultureInfo.CurrentCulture) and NOT tolower() with no locale - todo: make all "filter" queries use global case setting + DONE: make all "filter" queries use global case setting this means picklist queries and datalist ("filtering") use global settings but search form ("Searching") does not - todo: keep the one setting for global that affects filtering only + DONE: keep the one setting for global that affects filtering only make it apply to all filter ops (picklists and datalistfilters) DONE: global filter case sensitive setting translated to say "filter" not "search" todo: add locale settings of db server to log / support info ("show lc_collate" - Shows the collation order locale and "show lc_ctype" Shows the character classification and case conversion locale) @@ -740,4 +740,4 @@ BUILD 130 CHANGES OF NOTE - CustomerServiceRequest Customer / HeadOffice user interface: completed. Customer user can create / view their csrs, headoffice user can create / view their customer's csrs - UI Menu all reportable pages: now have an additional menu option under Reports which is a quick access link to the most recent report used for that form on that browser - Global settings: fixed issue where changing global settings was not updating the server's local cached copy of global settings so some things dependant on that wouldn't take effect unless server was restarted - +- case 3965 case sensitivity in data table filters: several changes see case