This commit is contained in:
2020-01-21 20:07:57 +00:00
parent e5a04667aa
commit c6e2dab4e0
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ namespace AyaNova.DataList
string GenerateMINIListColumnsJSON();
string GenerateListColumnsJSONFromTemplate(string template);
}
}

View File

@@ -484,6 +484,7 @@ namespace AyaNova.Biz
}
//RETURN OBJECTS
int returnRowColumnCount = templateFieldList.Count() + 1;//Templates don't have the DF column in them but we need it and it's in the query so plus one
List<List<AyaFieldData>> rows = new List<List<AyaFieldData>>();