This commit is contained in:
2020-01-22 20:28:04 +00:00
parent 10912cb856
commit abb5051826
4 changed files with 6 additions and 13 deletions

View File

@@ -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 = @"
{