From ad039032d1913d8e077d354844ad68485c50f326 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 22 Mar 2021 18:00:55 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8e4af43c..029832a9 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -123,6 +123,10 @@ Taxes won't let me change the existing Active status if previously selected on a ................................................................................................................................................................... +todo: rename all variants of naming that hold an AyaType value to "aType" (parameter) / "AType" (not parameter) everywhere front and back + "ayType", "objectType", "oType" all are used in various areas + Search for all references to AyaType and then work back from there + SQL Criteria as well todo: reportClientMetaData in gzapi has DefaultLocale property in it which is just part of the language, can it be removed? it might be buggy if there is no dash in the language? Is that a thing?