Project

General

Profile

Actions

Bug #85248

closed

Show link in page tree context menu links to wrong domain for mount points

Added by Patrick Broens almost 6 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-06-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
On Location Sprint

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.

Actions

Also available in: Atom PDF