Bug #72653
closedRecycler doesn't respect $recordsPageLimit anymore
100%
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.
Updated by Urs Braem almost 9 years ago
The javascript above is in Public/JavaScript/Recycler.js
Updated by Andreas Kienast almost 9 years ago
- Status changed from New to In Progress
- Assignee set to Andreas Kienast
Updated by Gerrit Code Review almost 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45841
Updated by Gerrit Code Review almost 9 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45843
Updated by Andreas Fernandez almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ea617a33ddd691fc1b3054c8db5b668e1a54fd71.
Updated by Urs Braem almost 9 years ago
Awesome! Thanks!
Might I propose rising the default value as in https://review.typo3.org/#/c/45832/ ?
I did that as an exercise today at the TYPO3 bootup day https://www.cabag.ch/en/typo3-contribution-bootup-days.html (where we noticed the bug) and abandonned the commit afterwards.
But it would really be convenient to have a higher default value in the recycler.