Bug #176
closedon device status screen under reports after clicking on total request not getting proper count in grid
Description
bug title: on device status screen under reports after clicking on total request not getting proper count in grid
Steps: click on reports
2. click on device status screen
3. click on total requests
4. observe the grid result and total counts
Expected result: in grid the actual no of data should is displayed
Actual result: Incorrect no of data is display
Files
Updated by Kunal Chaudhary 10 days ago
- Status changed from In Progress to Resolved
- Assignee changed from Kunal Chaudhary to Amit Kumar
- Deliverable changed from ADMIN WEB to BACKEND API
Total Request was being calculated from the Merchant_Device table, while the detail list was fetched from ClientDevices.
Different data sources caused the count mismatch.
Resolution
Aligned the TotalRequest calculation to use ClientDevices, ensuring the summary count matches the detail list without impacting existing flow.
Updated by Harshith Jay 4 days ago
- File clipboard-202603031213-umexf.png clipboard-202603031213-umexf.png added
- File clipboard-202603031214-9vv3w.png clipboard-202603031214-9vv3w.png added
- Status changed from Resolved to Closed
The issue which was raised is resolved and validated in latest deployed UAT release.

