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