Project

General

Profile

Actions

Bug #72653

closed

Recycler doesn't respect $recordsPageLimit anymore

Added by Urs Braem almost 9 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Recycler
Target version:
-
Start date:
2016-01-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In TYPO3 8.x, the recycler doesn't seem to respect the $recordsPageLimit setting anymore.
The value is always overridden by

        paging: {
            currentPage: 1,
            totalPages: 1,
            totalItems: 0,
            itemsPerPage: 20
        },

I guess then also the TS option to set that doesn't apply.

The solution would be to make this option dynamic.

Actions

Also available in: Atom PDF