This commit is contained in:
2021-01-26 00:42:52 +00:00
parent 7d3b630574
commit cc651c1c7d
2 changed files with 0 additions and 7 deletions

View File

@@ -26,7 +26,6 @@ namespace AyaNova.DataList
public AyaType DefaultListObjectType { get; set; }
public string DefaultListView { get; set; }
public string AdditionalCriteriaInternalListView { get; set; }
public long CurrentUserId { get; set; }

View File

@@ -21,12 +21,6 @@ namespace AyaNova.DataList
//Default / STOCK DataListView when none is specified
string DefaultListView { get; set; }
//Additional criteria for security or other reasons
//hard coded into some lists (e.g. MemoDataList so users can't get other people's memos)
// string AdditionalCriteriaInternalListView (long userId);
Newtonsoft.Json.Linq.JArray GenerateListColumnsJSONFromListView(JArray listViewArray);
List<string> GetFieldListFromListView(JArray listViewArray);