Bug #85248
closedShow link in page tree context menu links to wrong domain for mount points
0%
Description
We have the current situation:
- root 1 (domain1.com)
- mount point 1 to mounted page (Show the mounted page)
- root 2 (domain2.com)
- mount point 2 to mounted page (Show the mounted page)
- root 3 (domain3.com)
- mounted page
When being in the page module, the "View webpage" button in the docheader of the page or "Save and View" in edit mode of the page goes to the right domain. So if you click on "View webpage" at the mount point within root 1, the page is shown within the right domain, with the right layout. The same goes for the "Web > View" module.
However, when clicking the "Show" link in the context menu of the page tree for the mount point within root 1, it will show the page within domain3.com, although with the mount point parameters in the url.
The problem is that the context menu record provider is not passing the rootline for a certain page to the method BackendUtility::viewOnClick()
while for the other buttons this is passed to the same method.