This commit is contained in:
2021-01-15 20:42:21 +00:00
parent 6b8d113d3c
commit 64b6e8aa74
4 changed files with 19 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ namespace AyaNova.PickList
internal static async Task<List<NameIdActiveItem>> GetResponseAsync(IAyaPickList PickList, string autoCompleteQuery,
string tagSpecificQuery, bool includeInactive, long[] preIds, string variant, AyContext ct, ILogger log)
{
//This may be called internally in *Biz classes who don't have a log of their own
if (log == null)
log = AyaNova.Util.ApplicationLogging.CreateLogger("PickListFetcher");
//Sort out effective Template
string Template = null;