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:
@@ -6,7 +6,7 @@ namespace AyaNova.DataList
|
||||
{
|
||||
internal class CustomerNoteDataList : DataListProcessingBase, IDataListInternalCriteria
|
||||
{
|
||||
public CustomerNoteDataList()
|
||||
public CustomerNoteDataList(long translationId)
|
||||
{
|
||||
DefaultListAType = AyaType.CustomerNote;
|
||||
SQLFrom = "from acustomernote left join auser on (acustomernote.userid=auser.id)";
|
||||
|
||||
Reference in New Issue
Block a user