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:
@@ -197,7 +197,7 @@ namespace AyaNova.Biz
|
||||
{
|
||||
SearchResult SR = new SearchResult();
|
||||
SR.Name = BizObjectNameFetcherDirect.Name(i.AType,
|
||||
i.ObjectId,
|
||||
i.ObjectId,translationId,
|
||||
command);
|
||||
SR.Id = i.ObjectId;
|
||||
SR.Type = i.AType;
|
||||
|
||||
Reference in New Issue
Block a user