Unable to see more than 10 final status reports in Modern UX under Status Module
Steps to Reproduce
Expected Results: Status Module should show all the status reports created
Actual Results: Status module shows just 10 status reports
Release : 15.8.1, 15.9, 15.9.1
Component : CA PPM SAAS STUDIO
This is a defect DE59591 and fixed in upcoming version i.e. 15.9.2
There is an API call where pageSize is set to 10 and thats the reason its showing 10 records only and there is no scroll bar which can kick in the lazy loading
Till the new version i.e. 15.9.2 is released, here are few options
Sample API Response
{"_pageSize":10,"_self":"http://clarity/ppm/rest/v1/projects/5016007/projectStatusReports?filter=%28%28reportStatus+%3D+%27FINAL%27%29+and+%28pdfFile+%21%3D+null%29%29&fields=reportDate%2C+reportStatus%2C+pdfFile&sort=reportDate+desc&limit=10","_totalCount":14,
From the above response there was total 14 status reports and only 10 reports are shown in the UI