josemakara2 commented on a change in pull request #1671:
URL: https://github.com/apache/fineract/pull/1671#discussion_r611179084
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/api/RunreportsApiResource.java
##########
@@ -105,6 +109,10 @@ public Response runReport(@PathParam("reportName")
@Parameter(description = "rep
// Pass through isSelfServiceUserReport so that
ReportingProcessService implementations can use it
queryParams.putSingle(IS_SELF_SERVICE_USER_REPORT_PARAMETER,
Boolean.toString(isSelfServiceUserReport));
+ if (parameterType) {
+ return datatableReportingProcessService.processRequest(reportName,
queryParams);
+ }
+
Review comment:
Fix in #1693 FINERACT-1345
Please review. Thanks.
Somehow github isn't allowing me to select reviewer (no suggested reviewers)
from PR top right.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]