From c6e2dab4e06b9cbc7812f3fb86be31353b8a5856 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 21 Jan 2020 20:07:57 +0000 Subject: [PATCH] --- server/AyaNova/DataList/IAyaDataList.cs | 2 ++ server/AyaNova/biz/WidgetBiz.cs | 1 + 2 files changed, 3 insertions(+) diff --git a/server/AyaNova/DataList/IAyaDataList.cs b/server/AyaNova/DataList/IAyaDataList.cs index 23595fc8..03efec36 100644 --- a/server/AyaNova/DataList/IAyaDataList.cs +++ b/server/AyaNova/DataList/IAyaDataList.cs @@ -22,6 +22,8 @@ namespace AyaNova.DataList string GenerateMINIListColumnsJSON(); string GenerateListColumnsJSONFromTemplate(string template); + + } } \ No newline at end of file diff --git a/server/AyaNova/biz/WidgetBiz.cs b/server/AyaNova/biz/WidgetBiz.cs index 20405590..fa696756 100644 --- a/server/AyaNova/biz/WidgetBiz.cs +++ b/server/AyaNova/biz/WidgetBiz.cs @@ -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> rows = new List>();