Actions
Bug #80970
closed[HMENU][Introduction package] Parallel mount points don't work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-04-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Parallel mount points don't work¶
Issue¶
Given¶
- TYPO3 9.0.0-dev or 8.7.1
- Official introduction package
- A directory tree is mounted from two alternative mount points, mount point 1 and mount point 2.
Expected¶
- The page can be opened with two alternative breadcrumbs from menu 1 and menu 2.
- A different URL for the page shows up in each menu of the mount points.
- Menu1 : http://localhost/index.php?id=59&MP=6-55
- Menu 2: http://localhost/index.php?id=59&MP=6-58
Actual¶
- The page always opens with the breadcrumb of mount point 1.
- The URL for the page points to the page below mount point 1 also in the menu of mount point 2.
- Menu 1: http://localhost/index.php?id=59&MP=6-55
- Menu 2: http://localhost/index.php?id=59&MP=6-55
Additional information¶
The URL 2 "http://localhost/index.php?id=59&MP=6-58" is working and displays the right breadcrumb when called directly. The issue is that the wrong URL is inserted into the menu.
Files
Actions