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