This commit is contained in:
2020-11-24 15:34:01 +00:00
parent eadc5be163
commit aa0cece551
2 changed files with 2 additions and 2 deletions

View File

@@ -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;