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:
@@ -7,7 +7,7 @@ namespace AyaNova.DataList
|
||||
{
|
||||
internal class UnitDataList : DataListProcessingBase, IDataListInternalCriteria
|
||||
{
|
||||
public UnitDataList()
|
||||
public UnitDataList(long translationId)
|
||||
{
|
||||
DefaultListAType = AyaType.Unit;
|
||||
SQLFrom = @"FROM AUNIT AS AMAINUNIT
|
||||
|
||||
Reference in New Issue
Block a user