Actions
Bug #97964
closedExternal page links in HMENU do not respect config.extTarget anymore
Start date:
2022-07-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since #96470 / 361bb8c3ca8fdaf5caf818b55d4783ed6dfc3bac the settings config.extTarget is not applied anymore to HMENU links.
Test Plan:¶
1. Create a menu
2. Create a page of type external link that is rendered in the menu
3. Do not set anything in the pages.target
field
4. Configure the TypoScript option config.extTarget = _blank
Current behavior:¶
Link is generated without a target attribute
Expected behavior and also behavior in TYPO3 10:¶
Link is generated with target="_blank"
Actions