[BUGFIX] Fix template rootline for translated pages
The TypoScript template rootline in the Frontend will not be changed any more if a different sys_language_uid is used. The data of the current rootLine will be overwritten with the translated rootLine data. Resolves: #48300 Releases: 6.2, 6.1 Change-Id: I38bd4a6f3d3c2f15712003b1d1a1334284ebe9b0 Reviewed-on: https://review.typo3.org/21174 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
Showing
- typo3/sysext/core/Classes/TypoScript/TemplateService.php 32 additions, 0 deletionstypo3/sysext/core/Classes/TypoScript/TemplateService.php
- typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php 51 additions, 0 deletions...sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 2 additions, 4 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php 0 additions, 25 deletions...ests/Unit/Controller/TypoScriptFrontendControllerTest.php
Please register or sign in to comment