Project

General

Profile

Actions

Bug #104592

open

Missing "Target" value for "Shortcut" Doktype in Menus

Added by Luat Dinh Bui 3 months ago. Updated 3 months ago.

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 #1

Updated by Luat Dinh Bui 3 months ago

  • Description updated (diff)
Actions #2

Updated by Garvin Hicking 3 months ago

  • Category set to TypoScript
Actions #3

Updated by Luat Dinh Bui 3 months ago

  • Description updated (diff)
Actions

Also available in: Atom PDF