This commit is contained in:
@@ -178,7 +178,7 @@ namespace AyaNova.Api.Controllers
|
||||
JArray reportData;
|
||||
try
|
||||
{
|
||||
reportData = await biz.GetReportData(selectedRequest, DateTime.UtcNow.AddMinutes(ServerBootConfig.AYANOVA_REPORT_RENDERING_TIMEOUT));
|
||||
reportData = await biz.GetReportDataForReportDesigner(selectedRequest);
|
||||
if (reportData == null)
|
||||
return BadRequest(new ApiErrorResponse(biz.Errors));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user