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...
Updated by Riccardo De Contardi over 5 years ago
- Status changed from New to Needs Feedback
I think it has been solved on 9.5.5, can you recheck it? Thank you!
Updated by Riccardo De Contardi over 5 years ago
- Status changed from Needs Feedback to Closed
This issue is not reproducible with the given example on 8.7.27, 9.5.8 or the latest master, therefore I close it.
If you think that this is the wrong decision or experience the issue again, please reopen it or open a new issue with a reference to this one; please include also a step-by-step guide on how to reproduce it
Thank you.
Actions