Bug #81251
closedUpon redirect of an overlaid mount point the mount point parameters get lost
100%
Description
When an overlaid mount point is called, it redirects to the overlaying page and adds the mount point parameters for this pairing. That's fine.
All other mount point parameters are thrown away. Mount point parameters in the upwards root line are not respected and the page falls back to it's default root line. That's the issue.
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
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/52829
Updated by Gerrit Code Review over 7 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/52829
Updated by Gerrit Code Review over 7 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/52829
Updated by Gerrit Code Review over 7 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/52829
Updated by Gerrit Code Review over 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52829
Updated by Elmar Hinz over 7 years ago
- Related to Bug #81337: Double MountPoints went wrong added
Updated by Tymoteusz Motylewski about 7 years ago
- Related to Bug #17537: Shortcuts within mounted trees lose MP-Parameter added
Updated by Anja Leichsenring over 6 years ago
How to verify? (copied from patch set 5 comment by Elmar Hinz):
In the BE create two mount points. One is below the other in the root line. A normal page must be in between to not create a recursive mount point. The lower mount point must be overlaid.
Given:
3 mounted on 2 (with or without overlay)
6 mounted on 5, with 6 overlaying 5
Expected:
index.php?id=5&MP=3-2
should redirect to
index.php?id=6&MP=3-2,6-5
The breadcrumb should show both mount points as specified.
Updated by Gerrit Code Review about 6 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52829
Updated by Gerrit Code Review about 6 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52829
Updated by Elmar Hinz about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 02f8414f11db6299c07236cf472eb08bca31180e.