Project

General

Profile

Actions

Bug #71696

closed

forceIntegerInRange for pointer in RecordList to low

Added by Sebastian Fischer about 9 years ago. Updated about 6 years ago.

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

Also available in: Atom PDF