Bug #94965
openQueryResultPaginator override current limit/offset
0%
Description
Hi,
If I use the `QueryResultPaginator` with a `QueryResult` who has already a limit and/or an offset they are all overrided.
The correct behaviour has to take care of the current state of the `QueryResult` and paginate only the result without overriding the query.
Thanks,
Eric
Updated by Eric Chavaillaz over 3 years ago
A possible workaround is to cast the "queryResult->toArray()" and then use "array_slice" like in the "ArrayPaginator".
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72817
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72817
Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72817
Updated by Gerrit Code Review about 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72817
Updated by Daniel Haupt about 3 years ago
Related issue in ext:news: https://github.com/georgringer/news/issues/1681
Updated by Gerrit Code Review almost 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72817
Updated by Gerrit Code Review over 1 year ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72817
Updated by Stefan Bürk over 1 year ago
- Related to Bug #95802: Paginator does not respect initial limit or offset added
Updated by Gerrit Code Review 4 months ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72817
Updated by Benni Mack about 2 months ago
- Status changed from Under Review to New