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:
@@ -28,7 +28,7 @@ namespace AyaNova.DataList
|
||||
FieldKey = "PartInventoryTransactionSource",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlIdColumnName = "apartinventory.sourceid",
|
||||
SqlValueColumnName = "AYGETNAME(apartinventory.sourceid, apartinventory.sourcetype)",
|
||||
SqlValueColumnName = $"AYGETNAME(apartinventory.sourceid, apartinventory.sourcetype,{CurrentUserTranslationId})",
|
||||
SqlATypeColumnName = "apartinventory.sourcetype",
|
||||
Translate=true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user