This commit is contained in:
@@ -10,6 +10,18 @@
|
|||||||
## ROUGH SCHEDULE
|
## ROUGH SCHEDULE
|
||||||
|
|
||||||
new testing cases
|
new testing cases
|
||||||
|
case 3965 case sensitivity in data table filters and inconsistency
|
||||||
|
Filtering vs Searching is a useful concept to apply to this
|
||||||
|
tolowercase is not useful for almost any language other than english
|
||||||
|
actually, as long as the locale matches then it's fine
|
||||||
|
locale is determined by db default which is determined by server default
|
||||||
|
help docs (ours) link that should be added and page dedicated to locale issues:
|
||||||
|
https://www.postgresql.org/docs/current/locale.html
|
||||||
|
Need a tolowercase check in .net core, does it also follow the server setting?
|
||||||
|
should I just allow postgres to do all tolower stuff by default? (probably)
|
||||||
|
citext is cited a lot for this kind of issue, it's a postgres module of some kind?
|
||||||
|
todo: add "Show All" query results to support info (or at least show lc_collate - Shows the collation order locale and show lc_ctype Shows the character classification and case conversion locale.)
|
||||||
|
|
||||||
Schedule form
|
Schedule form
|
||||||
Dashboard / widgets
|
Dashboard / widgets
|
||||||
Installer INNO
|
Installer INNO
|
||||||
@@ -718,4 +730,5 @@ BUILD 130 CHANGES OF NOTE
|
|||||||
- Fixed picklist bug that could in rare circumstances (no tags but has variant type for specific purpose) result in error at the server due to trailing " and " clause in query
|
- Fixed picklist bug that could in rare circumstances (no tags but has variant type for specific purpose) result in error at the server due to trailing " and " clause in query
|
||||||
- CustomerServiceRequest Customer / HeadOffice user interface: completed. Customer user can create / view their csrs, headoffice user can create / view their customer's csrs
|
- 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
|
- 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user