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