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
This commit is contained in:
@@ -50,7 +50,7 @@ possible implementation:
|
||||
{
|
||||
TKey = "WidgetName",
|
||||
FieldKey = "widgetname",
|
||||
AyaObjectType = (int)AyaType.Widget,
|
||||
AType = (int)AyaType.Widget,
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlIdColumnName = "awidget.id",
|
||||
SqlValueColumnName = "awidget.name",
|
||||
|
||||
@@ -58,16 +58,13 @@ todo: v8 migrate additions
|
||||
|
||||
## CLIENT MISC ITEMS
|
||||
|
||||
todo: select list templates under global is offering types that don't6 have select lists like memo etc
|
||||
|
||||
|
||||
todo: adm-translations, adm-report templates data tables are skewed to the left due to lack of selection box column making filter icon partially gone off page
|
||||
if has extension then should have selection box otherwise figure out what the dealio is
|
||||
|
||||
...................................................................................................................................................................
|
||||
|
||||
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?
|
||||
check at server how it's used
|
||||
|
||||
Reference in New Issue
Block a user