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:
@@ -17,5 +17,7 @@ namespace AyaNova.DataList
|
||||
Dictionary<string, string> DefaultSortBy { get; set; }
|
||||
void SetListOptionDefaultsIfNecessary(Models.DataListProcessingBase listOptions);
|
||||
Newtonsoft.Json.Linq.JArray GenerateReturnListColumns(List<string> columns);
|
||||
|
||||
long CurrentUserTranslationId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user