This commit is contained in:
@@ -8,7 +8,7 @@ namespace AyaNova.DataList
|
||||
public CustomerNoteDataList()
|
||||
{
|
||||
DefaultListObjectType = AyaType.CustomerNote;
|
||||
SQLFrom = "from acustomernote left outer join auser on (acustomernote.userid=auser.id)";
|
||||
SQLFrom = "from acustomernote left join auser on (acustomernote.userid=auser.id)";
|
||||
var RoleSet = BizRoles.GetRoleSet(DefaultListObjectType);
|
||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user