Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.4.2
-
None
-
None
-
-
Empty show more show less
Description
The calculation of offset is wrong
int offset = ((getCurrentPage()) * maxResultsPerPage) -1;
instead of
int offset = ((getCurrentPage() - 1) * maxResultsPerPage);
Checklists
Acceptance criteria
Attachments
Issue Links
- duplicates
-
MGNLSTK-744 Paging broken due to wrong offset calculation
-
- Closed
-