Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[TASK] Change order of backend modules in Site Management
The redirects backend module should have precedence before the
Page TSConfig and the TypoScript module.

Resolves: #100340
Releases: main

Change-Id: I7f0c56c59b9f7b6ac3d850087b6764a7ac1eb3be
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78309
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
peterkraume authored and andreaskienast committed Mar 29, 2023
1 parent 47ea7d4 commit 4e36a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typo3/sysext/redirects/Configuration/Backend/Modules.php
Expand Up @@ -8,6 +8,7 @@
return [
'site_redirects' => [
'parent' => 'site',
'position' => ['after' => 'site_configuration'],
'access' => 'user',
'path' => '/module/site/redirects',
'iconIdentifier' => 'module-redirects',
Expand Down

0 comments on commit 4e36a50

Please sign in to comment.