Actions
Bug #103054
openIncorrect link generation for shortcut page containing mountpoint subpages
Status:
New
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2024-02-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
shortcut, mountpoint
Complexity:
Is Regression:
Sprint Focus:
Description
Setting a page type to "shortcut" with "shortcut_mode = 1" (first subpage) and the first subpage type is type "mountpoint" with "mount_pid_ol = 1" (show mounted page) and the mounted page is within a foreign site (domain), the link (menu processor, typolink) generated for the shortcut itself incorrectly points to the mountpoint target page within the foreign site. Instead when setting "shortcut_mode = 0" and explicitly assign the mountpoint page, links are correctly generated.
- site1.domain.tld
--- Shortcut (shortcut_mode = 1) ---> wrongly resolves to "https://site2.domain.tld/Page
------ Mountpoint (mount_pid_ol = 1, mount_pid = 123)
- site2.domain.tld
--- Page (uid: 123)
Updated by Riccardo De Contardi 3 months ago
- Related to Bug #93377: Mount Point to a shortcut page results into an page error added
Actions