This commit is contained in:
2021-09-30 23:22:40 +00:00
parent ac67b3100d
commit 63bdaed629

View File

@@ -11,8 +11,8 @@ namespace AyaNova.DataList
SQLFrom = "from areminder";
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
DefaultColumns = new List<string>() { "ReminderName", "ReminderNotes", "ReminderStopDate", "ReminderStartDate" };
DefaultSortBy = new Dictionary<string, string>() { { "ReminderStopDate", "-" } };
DefaultColumns = new List<string>() { "ReminderName", "ReminderNotes", "ReminderStartDate", "ReminderStopDate" };
DefaultSortBy = new Dictionary<string, string>() { { "ReminderStartDate", "-" } };
FieldDefinitions = new List<DataListFieldDefinition>();
FieldDefinitions.Add(new DataListFieldDefinition