Actions
Bug #72653
closedRecycler doesn't respect $recordsPageLimit anymore
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