[TASK] Resolve translated page IDs to default language page in FE
Currently, when accessing a translated page ID via index.php?id=23, the TypoScript cannot be resolved, as the GET parameter is no valid page where records (e.g. sys_template etc). In order to achieve this, the TYPO3 Frontend now resolves the $id to the default page ID, but also sets $this->sys_language_uid and $this->sys_language_content. Resolves: #83017 Releases: master Change-Id: I910909ce52c2efdb02717952d67e17d8897f4d17 Reviewed-on: https://review.typo3.org/54670 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Please register or sign in to comment