Actions
Bug #103060
openViewHelper won't work with link modifications
Status:
Under Review
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2024-02-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 delivers some ViewHelper for link generation.
Those accept arguments like class.
TYPO3 itself, and extensions via Events, might add their own arguments, e.g. rel="noreferrer".
This will break as ViewHelper don't provide their own downstream to the link generation. But ViewHelpers fetch the result from the generation and overwrite their own info.
Actions