Modify aygetname postgres function to handle translation of items that do not have a name, also code to back it at server
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
// FieldKey = "ServiceBankSourceRootAType",
|
||||
// UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
// SqlIdColumnName = "aservicebank.sourceid",
|
||||
// SqlValueColumnName = "AYGETNAME(aservicebank.sourceid, aservicebank.sourcetype)",
|
||||
// SqlValueColumnName = $"AYGETNAME(aservicebank.sourceid, aservicebank.sourcetype,{CurrentUserTranslationId})",
|
||||
// SqlATypeColumnName = "aservicebank.sourcetype"
|
||||
// });
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
// FieldKey = "Object",
|
||||
// UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
// SqlIdColumnName = "aservicebank.objectid",
|
||||
// SqlValueColumnName = "AYGETNAME(aservicebank.objectid, aservicebank.aType)",
|
||||
// SqlValueColumnName = $"AYGETNAME(aservicebank.objectid, aservicebank.aType,{CurrentUserTranslationId})",
|
||||
// SqlATypeColumnName = "aservicebank.aType"
|
||||
// });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user