case 4504
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Sockeye.DataList
|
||||
|
||||
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
|
||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||
DefaultColumns = new List<string>() { "Customer","SubSite", "active" };
|
||||
DefaultColumns = new List<string>() { "SubSite", "Customer", "active" };
|
||||
DefaultSortBy = new Dictionary<string, string>() { { "Customer", "-" } };
|
||||
FieldDefinitions = new List<DataListFieldDefinition>();
|
||||
|
||||
|
||||
@@ -1590,7 +1590,7 @@ BEGIN
|
||||
when 97 then aytable = 'aproduct';
|
||||
when 98 then aytable = 'agzcase';
|
||||
when 99 then aytable = 'avendornotification';
|
||||
when 100 then aytable = 'asubscription';
|
||||
when 100 then aytable = 'asubscription'; aynamecolumn = 'subsite';
|
||||
|
||||
else
|
||||
RETURN returnstr;
|
||||
|
||||
Reference in New Issue
Block a user