Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Auto Closed
-
None
-
None
Description
While working on and writing a Swagger client based integration test for FINERACT-1173, I've noticed that org.apache.fineract.client.services.RunReportsApi is generated wrong, because the Swagger metadata is missing a number of the parameters documented on https://demo.fineract.dev/fineract-provider/api-docs/apiLive.htm#runreports.
The real solution would be to add the right Swagger annotations to org.apache.fineract.infrastructure.dataqueries.api.RunreportsApiResource.runReport(String, UriInfo, boolean), but I don't know how to do that for a Map<String,String> of arbitrary R_* parameters.
I'll therefore "hack" the generated RunReportsApi class by "forking" it and suppressing it's regeneration, similar to what I've done e.g. for FINERACT-1227.
Attachments
Issue Links
- relates to
-
FINERACT-1173 Error Message in case of missing reporting implementation is confusing
- Resolved