Doug S
12-Nov-2024 22:22:31
Hi All,
Weird thing - we upgraded from 18.2 to 22.2 recently.
I have page to view an object's details, and it includes a classic report that shows related child records.
The classic report only shows 24 rows, with paging.
In 18.2:
If I view the page with Object A, and it has 50 children records in the classic report, I can go to page 2 of the classic report.
If I then view the page with Object B, and it has 5 children only, there is nothing to display on page 2 of the classic report, and this region shows "No data found" (which isn't accurate).
In 22.2:
If I view the page with Object A, and it has 50 children records in the classic report, I can go to page 2 of the classic report.
If I then view the page with Object B, and it has 5 children only, the page doesn't even emit HTML for the page 2, and I am left with "bad html" and the page renders really poorly.
It feels like a bug, but wanted to know if there is an easy solution. MANY pages in the application link to this page, so updating all links to include "reset pagination" will be a pain in the behind. I'm not sure if there's some other solution to this (somehow reset pagination every time the page is accessed?)
Thank you!