ptuomola commented on a change in pull request #1734:
URL: https://github.com/apache/fineract/pull/1734#discussion_r633041762
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/ReadReportingServiceImpl.java
##########
@@ -212,7 +212,9 @@ private String getSql(final String name, final String type)
{
}
@Override
- public String getReportType(final String reportName, final boolean
isSelfServiceUserReport) {
+ public String getReportType(final String reportName, final boolean
isSelfServiceUserReport, final boolean isParameterType) {
+ if (isParameterType) return "Table";
Review comment:
Thanks - have fixed... strange that spotlessCheck did not complain, we
obviously have two different sets of formatting rules in place. Given you've
confirmed this works for you, I'll merge this if it passes the automatic tests.
--
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]