Bug #55320
closedDatabase records list pagination issue with recordsPerPage=1
100%
Description
If we set recordsPerPage to 1 for pagination in DatabaseRecordsList for example through
/typo3/sysext/fluid/Classes/ViewHelpers/Be/TableListViewHelper.php
then pointers in pagination links are generated wrong. We can switch forward but missing every second record so pagination jumps to page 1 -> 3 -> 5 etc.
and than we can't jumb back because of wrong pointers calculated.
Updated by Markus Klein over 10 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Target version changed from 6.2.0 to next-patchlevel
- Complexity set to easy
Testable by entering
$GLOBALS['TCA']['pages']['interface']['maxSingleDBListItems'] = 1;
into
extTables.php
Go to single table view for pages in list module.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29949
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29949
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c14e786dd14c8b4ff6a9f8639a445b08678db0b7.