Actions
Bug #96043
closedCreated autoredirects with t3://page?uid=<value>&_language=<languge id greater 0) do not redirect to the correct page language
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2021-11-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
With #89327 auto creation of redirects on slug changes have been changed to write the target with the 't3://' LinkHandler uri syntax, adding '_language' parameter to create redirects to the language, the slug was changed for.
Tests has been added, but only checks of the written t3:// link was correct as expected, believing that _language works through the typoLink/LinkHandling stack - which obviously do not work.
As such this was a regression, at least partly.
To fix this _language argument should be handled corresponding to how L argument is handled, to resolve this regression.
Actions