Actions
Bug #104592
openMissing "Target" value for "Shortcut" Doktype in Menus
Status:
New
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2024-08-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The value of the target field is always returned as an empty string in the menus if the doktype is "Shortcut(4)".
I've created the following Menu:
page { 10 { dataProcessing { 30 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor 30 { levels = 1 as = testnavigation special = directory special.value = {$menus.metaNavigation} } } } }
This is also the case for menus created using HMENU objects.
EDIT:
This only happens if the "Shortcut" page and the "original" page are in different siteroots.
Files
Actions