Actions
Bug #87813
closedtypolink uses link text of default language instead of translation
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-02-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Page #123 is available in default language and has a french translation.
Following Typoscript renders a link with the correct url but using the default language for genereting the link text.
20 = TEXT
20 {
typolink.parameter = 123
typolink.ATagParams = class="button"
}
See also: https://forge.typo3.org/issues/86363#note-7
If $_GET['L'] is set, it works...
Actions