Skip to content
Snippets Groups Projects
Commit 608eca8f authored by Christian Kuhn's avatar Christian Kuhn Committed by Benni Mack
Browse files

[BUGFIX] Load Tabs.js in SetupModuleController

We missed adding 'tabs JS' to 'User Settings'
module with #96776, tab position is no longer
stored. Add it.

Resolves: #96876
Related: #96776
Releases: main
Change-Id: Ie2b1d7a7c4392bf6b9a3265c9809430ebc4a30d1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73471


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent a7339e57
Branches
Tags
No related merge requests found
......@@ -7,6 +7,12 @@
<f:section name="Content">
<f:be.pageRenderer
includeRequireJsModules="{
0: 'TYPO3/CMS/Backend/Tabs'
}"
/>
<f:if condition="{isLanguageUpdate}">
<typo3-immediate-action action="TYPO3.ModuleMenu.App.refreshMenu"></typo3-immediate-action>
<typo3-immediate-action action="TYPO3.Backend.Topbar.refresh"></typo3-immediate-action>
......
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