Modern UX shows only 10 final status reports under Status Module 
search cancel

Modern UX shows only 10 final status reports under Status Module 

book

Article ID: 207427

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

Unable to see more than 10 final status reports in Modern UX under Status Module

 

Steps to Reproduce 

  1. Login to Clarity Modern UX i.e. (http://clarity/pm).
  2. Pick any of existing project and navigate to Status Module
  3. Under Status Module Click on Reports Sub menu and by clicking on Preview Current create at least 15 status reports 
  4. Navigate back to Status Report module and you should be able to see all 15 status reports in the grid view
  5. Now Navigate back to Status Module and you will be able to see only 10 Status reports 

 

Expected Results: Status Module should show all the status reports created 

Actual Results: Status module shows just 10 status reports 

 

Environment

Release : 15.8.1, 15.9, 15.9.1 

Component : CA PPM SAAS STUDIO

Cause

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

 

Resolution

Till the new version i.e. 15.9.2 is released, here are few options 

  • Navigate back to Classic PPM and see the report from there
  • Download the report and upload under project attachment so that you can retrieve it later. 

Additional Information

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