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