Actions
Bug #81337
closedDouble MountPoints went wrong
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2017-05-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
MountPoint, MenĂ¼
Complexity:
Is Regression:
Sprint Focus:
Description
I have some double MountPoints, by an initial click on a Page with a double MountPoint it's all right and the Link works fine but the other Links in the Menue lost the second MountPoint.
My Pagetree looks like:
+ root + + PAGE 1 + + + PAGE 2 + + + + PAGE 3 + + + + PAGE 4 + + + + PAGE 5 + + PAGE 6 + + + PAGE 7 (MountPoint to Page 3) + + + PAGE 8 (MountPoint to Page 4) + + + PAGE 9 (MountPoint to Page 5) + + + PAGE 10 + + PAGE 11 + + + PAGE 12 (MountPoint to Page 6)
The generated menue looks like:
+ root + + PAGE 1 + + + PAGE 2 + + + + PAGE 3 + + + + PAGE 4 + + + + PAGE 5 + + PAGE 6 + + + PAGE 3 (MP -> index.php?id=3&L=0&MP=3-7) + + + PAGE 4 (MP -> index.php?id=4&L=0&MP=4-8) + + + PAGE 5 (MP -> index.php?id=5&L=0&MP=5-9) + + + PAGE 10 + + PAGE 11 + + + PAGE 6 (MP -> index.php?id=6&L=0&MP=6-12) + + + + PAGE 3 (MP -> index.php?id=3&L=0&MP=6-12,3-7) + + + + PAGE 4 (MP -> index.php?id=4&L=0&MP=6-12,4-8) + + + + PAGE 5 (MP -> index.php?id=5&L=0&MP=6-12,5-9) + + + + PAGE 10 (MP-> index.php?id=10&L=0&MP=6-12)
e.G. if i click on a Link with a double MountPoint (index.php?id=3&L=0&MP=6-12,3-7) all is ok, but the other Links lost the last MountPoint and looks like index.php?id=4&L=0&MP=6-12 or index.php?id=5&L=0&MP=6-12
I've testet this Setup in the following Systems
- TYPO3 6.2.31 with PHP 5.6.29
- TYPO3 7.6.18 with PHP 7.0.15
- TYPO3 8.7.1 with PHP 7.0.15
Actions