Skip to content
Snippets Groups Projects
Commit 281f5935 authored by Benni Mack's avatar Benni Mack
Browse files

[!!!][TASK] Remove unused updateRootlineData method

The method TemplateService->updateRootlineData() can
be removed. Until TYPO3 v11 TemplateService resolved
the TypoScript for a specific page, then found out the
actual used language (config.sys_language_uid via
TSFE->settingLanguage()) and then fetched the (translated)
rootline based on the resolved language information.

This is not needed anymore, as settingLanguage() does not
call this method anymore, and is called much earlier now,
see https://review.typo3.org/c/Packages/TYPO3.CMS/+/65044.

TypoScript is now always loaded after a translated
page rootline has been fetched.

This method is now completely unneeded, and is remoevd
without replacement as the concept has now been
streamlined.

Resolves: #96351
Related: #23736
Releases: main
Change-Id: If959a36333fcf5c91bee84ee497fddd2bfcec89b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72605


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 777d6371
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment