This commit is contained in:
2021-08-05 00:57:09 +00:00
parent 5bcc7e95b9
commit c5a5fd3bd9
3 changed files with 600 additions and 1 deletions

View File

@@ -72,6 +72,11 @@ namespace AyaNova.DataList
{
//get the AyaObjectFieldDefinition
DataListFieldDefinition f = DataList.FieldDefinitions.FirstOrDefault(z => z.FieldKey == TemplateField);
if(f==null){
log.LogError($"DataListFetcher:GetResponseAsync Template field '{TemplateField}' was NOT found in the field definitions for data list {DataList.ToString()}");
continue;
}
if (f.IsCustomField)
{
DataListField AyaField = new DataListField();