Actions
Bug #93351
closedPaginator does not prevent invalid current page values and displays empty view
Start date:
2021-01-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There are multiple possibilities how an invalid current page number
can be passed to the paginator.
For example if the view provides a "jump to page" feature where no limit is set or the limit changed in the background (e.g. some other user removed records in the meantime).
Such case should not lead to empty results but should silently be resolved by the paginator.
Actions