Skip to content
Snippets Groups Projects
Commit ff5e3dfe authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Provide and handle module aliases in JS context

Since #96515, is's possible to configure aliases
for backend modules. Those are handled by the
UriBuilder to allow using those aliases for
building links to the corresponding module.

Using the ActionDispatcher JS component for
building module links via the
"TYPO3.ModuleMenu.showModule" action, it's
now also possible to use corresponding aliases.

Therefore, the BackendController now adds
the module aliases to the module information
JS array and the module JS component properly
checks for those aliases when resolving a
given module name / identifier.

Resolves: #104165
Related: #96515
Releases: main, 12.4
Change-Id: Ia8372a503f4973d81deb285a9945fa13ade24dd3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84839


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 26dd4d95
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