This commit is contained in:
@@ -77,7 +77,7 @@ namespace AyaNova.Api.Controllers
|
||||
JobOperationsBiz biz = new JobOperationsBiz(ct, UserIdFromContext.Id(HttpContext.Items), UserRolesFromContext.Roles(HttpContext.Items));
|
||||
|
||||
List<JobOperationsFetchInfo> l = await biz.GetJobListAsync();
|
||||
return Ok(new ApiOkResponse(l));
|
||||
return Ok(new ApiOkResponse(l, true));
|
||||
}
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ namespace AyaNova.Api.Controllers
|
||||
JobOperationsBiz biz = new JobOperationsBiz(ct, UserIdFromContext.Id(HttpContext.Items), UserRolesFromContext.Roles(HttpContext.Items));
|
||||
|
||||
List<JobOperationsLogInfoItem> l = await biz.GetJobLogListAsync(gid);
|
||||
return Ok(new ApiOkResponse(l));
|
||||
return Ok(new ApiOkResponse(l, true));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user