case 4504

This commit is contained in:
2023-04-15 01:15:36 +00:00
parent a4d10e1da3
commit a68eefffa1
4 changed files with 11 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ namespace Sockeye.DataList
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
DefaultColumns = new List<string>() { "SubSite", "Customer", "active" };
DefaultColumns = new List<string>() { "Customer","SubSite", "active" };
DefaultSortBy = new Dictionary<string, string>() { { "Customer", "-" } };
FieldDefinitions = new List<DataListFieldDefinition>();