This commit is contained in:
@@ -9,9 +9,9 @@ namespace AyaNova.DataList
|
||||
public TestUserDataList()
|
||||
{
|
||||
DefaultListObjectType = AyaType.User;
|
||||
|
||||
SQLFrom = "from auser";
|
||||
AllowedRoles = BizRoles.GetRoleSet(DefaultListObjectType).ReadFullRecord;
|
||||
var RoleSet = BizRoles.GetRoleSet(DefaultListObjectType);
|
||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||
|
||||
//Default ListView
|
||||
dynamic dlistView = new JArray();
|
||||
|
||||
Reference in New Issue
Block a user