This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user