This commit is contained in:
@@ -342,6 +342,9 @@ namespace AyaNova.Biz
|
|||||||
//note, convention is that there is an idList in job.jobinfo json if preselected else it's all objects of type
|
//note, convention is that there is an idList in job.jobinfo json if preselected else it's all objects of type
|
||||||
o = (IJobObject)BizObjectFactory.GetBizObject(job.AType, ct, 1, AuthorizationRoles.BizAdmin);
|
o = (IJobObject)BizObjectFactory.GetBizObject(job.AType, ct, 1, AuthorizationRoles.BizAdmin);
|
||||||
break;
|
break;
|
||||||
|
case JobType.RenderReport:
|
||||||
|
o = (IJobObject)BizObjectFactory.GetBizObject(AyaType.Report, ct, 1, AuthorizationRoles.BizAdmin);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
throw new System.NotSupportedException($"ProcessJobAsync type {job.JobType.ToString()} is not supported");
|
throw new System.NotSupportedException($"ProcessJobAsync type {job.JobType.ToString()} is not supported");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user