This commit is contained in:
@@ -10,7 +10,7 @@ namespace AyaNova.DataList
|
||||
DefaultListObjectType = AyaType.User;
|
||||
ListKey = nameof(UserDataList);
|
||||
SQLFrom = "from auser";
|
||||
FullListAllowedRoles = BizRoles.GetRoleSet(DefaultListObjectType).ReadFullRecord;//anyone but clients and subcontractors (just for test)
|
||||
FullListAllowedRoles = BizRoles.GetRoleSet(DefaultListObjectType).ReadFullRecord;
|
||||
MiniListAllowedRoles = AuthorizationRoles.All;//anyone (so can select on forms)
|
||||
DefaultDataListDisplayTemplate = @"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user