Hello everyone,
I have noticed an issue on the api/validationResults endpoint. Even if I change the page number I still get the same result.
dhis-dev-url/api/validationResults.json?page=1&pageSize=50&order=id:asc
and
dhis-dev-url/api/validationResults.json?page=2&pageSize=50&order=id:asc
produce the same result.
I have the same behavior with dhis2 play.
Steps to reproduce the issue :
- Open data quality app in dhis2 play (2.40)
- Use the Validation Rule Analysis
- Select Sierra Leone
- Leave the default period
- Check “Persist new results”
- Click on “Validate”
- Check the first element returned by the two following requests :
https://play.im.dhis2.org/dev-2-40/api/validationResults.json?pageSize=20&page=1
https://play.im.dhis2.org/dev-2-40/api/validationResults.json?pageSize=20&page=2
Best Regards.
1 post - 1 participant