Possible reports REST parameter bug on JMIX 1.5 since JMIX 2.2 update

We are experiencing an issue since the JMIX 2.2 update with v.1.5 reports REST api where reports with entity parameters have stopped working. If we substitute them with String parameters (rendering a user unfriendly way for the JMIX Reports UI to do lookups) it works.

Here is an example of the error: “Internal server error: Required report parameter “par_business” not found” - this is now true for all the reports.

When run from the UI Reports menu, they all work.

Hello,

Is the entity parameter you added to the report required?

Can you send me a test report and an example of a REST request?

Regards,
Nikita

I used an old test app on JMIX 1.5.3 which also has the same issue - attached find the zip of the project with sample data to import through entity inspector and a sample curl
demo153.zip (221.1 KB)

please also see the readme.txt in the zip fille for instructions on sample data and a sample curl call.