Actions
Bug #55320
closedDatabase records list pagination issue with recordsPerPage=1
Start date:
2014-01-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
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.
Actions