This commit is contained in:
@@ -15,7 +15,7 @@ namespace AyaNova.DataList
|
|||||||
"left join aworkorder as w on (wi.workorderid=w.id)";
|
"left join aworkorder as w on (wi.workorderid=w.id)";
|
||||||
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
|
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
|
||||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||||
DefaultColumns = new List<string>() { "Created", "Customer", "CustomerServiceRequestTitle", "CustomerServiceRequestPriority", "CustomerServiceRequestStatus", "WorkOrder" };
|
DefaultColumns = new List<string>() { "Created", "Customer", "CustomerServiceRequestTitle", "CustomerServiceRequestPriority", "CustomerServiceRequestStatus", "CustomerServiceRequestItemUnitID", "WorkOrder" };
|
||||||
DefaultSortBy = new Dictionary<string, string>() { { "Created", "-" } };
|
DefaultSortBy = new Dictionary<string, string>() { { "Created", "-" } };
|
||||||
|
|
||||||
FieldDefinitions = new List<DataListFieldDefinition>();
|
FieldDefinitions = new List<DataListFieldDefinition>();
|
||||||
|
|||||||
Reference in New Issue
Block a user