Project

General

Profile

Actions

Bug #55320

closed

Database records list pagination issue with recordsPerPage=1

Added by Marcin Sągol over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
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

Also available in: Atom PDF