Bug #94661
closedEXT:redirect - enter page number in pagination not possible
100%
Description
Hello,
i have multiple pages of redirects in my system.
i tried to insert a specific page number in the pagination. after press ENTER the complete backend will be loaded nested in the module frame
the request in this case is e.g. www.example.com/typo3/index.php?paginator-target-page=12
looks like the route & action parameters are missing.
when i use the pagination arrows to switch between the pages the url looks like
/typo3/index.php?route=/module/site/redirects&token=1111111111111111111111111111&action=overview&page=2
Files
Updated by Martin Tepper over 3 years ago
Add patch
The t parameter for processNavigate and executeSubmit is null. The expected target element is located in e.target
Updated by Gerrit Code Review over 3 years ago
- Status changed from New 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/c/Packages/TYPO3.CMS/+/70128
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70128
Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70128
Updated by Gerrit Code Review over 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70128
Updated by Gerrit Code Review about 3 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70128
Updated by Gerrit Code Review about 3 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70128
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71577
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71577
Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71577
Updated by Martin Tepper about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cb69dfb9d3c1baee32c49f14f73f89bb2e625289.
Updated by Jigal van Hemert over 2 years ago
- Status changed from Resolved to New
- % Done changed from 100 to 50
In current v10 it's partially solved. The paginator on top is working correctly, but if you enter a page number in the paginator on the bottom it will still load nested in the module frame.
Updated by Martin Tepper over 2 years ago
Could reproduce in v10.
In 12.0.0-dev and 11.5 the top pagination was removed. The bottom one is still there and works perfectly.
Looks like we need a patch for v10. I will try to fix it.
Updated by Gerrit Code Review over 2 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/+/74975
Updated by Simon Schaufelberger over 2 years ago
Since this is v10 ONLY, please link the patch to 10.4 branch and not main!
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74975
Updated by Anonymous over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset 665771b38b6df77c1f9a5d994df9d77cc211a7eb.