Actions
Bug #71696
closedforceIntegerInRange for pointer in RecordList to low
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-11-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
6.2
Complexity:
Is Regression:
No
Sprint Focus:
Description
In RecordList the following Line is used
$this->pointer = \TYPO3\CMS\Core\Utility\MathUtility::forceIntegerInRange($this->pointer, 0, 100000);
This is to low if you have a list of 499125 records in that list. Without change its not possible to reach each record in the list.
Actions