This commit is contained in:
@@ -10,7 +10,7 @@ namespace AyaNova.DataList
|
||||
SQLFrom = "from aworkorderstatus";
|
||||
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
|
||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||
DefaultColumns = new List<string>() { "WorkOrderStatusName", "WorkOrderStatusNotes", "Active" };
|
||||
DefaultColumns = new List<string>() { "WorkOrderStatusName", "SelectRoles", "WorkOrderStatusRemoveRoles", "Active" };
|
||||
DefaultSortBy = new Dictionary<string, string>() { { "WorkOrderStatusName", "+" } };
|
||||
FieldDefinitions = new List<DataListFieldDefinition>();
|
||||
|
||||
@@ -58,7 +58,7 @@ namespace AyaNova.DataList
|
||||
SqlValueColumnName = "aworkorderstatus.locked"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "SelectRoles",
|
||||
FieldKey = "SelectRoles",
|
||||
@@ -68,7 +68,7 @@ namespace AyaNova.DataList
|
||||
SqlValueColumnName = "aworkorderstatus.selectroles"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "WorkOrderStatusRemoveRoles",
|
||||
FieldKey = "WorkOrderStatusRemoveRoles",
|
||||
|
||||
Reference in New Issue
Block a user