Skip to content

Commit

Permalink
[BUGFIX] Corrects menu position of redirects module
Browse files Browse the repository at this point in the history
Relates to: feature/62884-fix-redirects-filter
  • Loading branch information
dhoffmann1979 authored and vertexvaar committed Mar 27, 2024
1 parent 37d873d commit f1b4aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
if ($configContainer->get('features.redirectsSupport.enable')) {
$backendModulesToRegister['in2publish_core_m5'] = [
'parent' => 'site',
'position' => ['after' => 'redirects'],
'position' => ['after' => 'site_redirects'],
'access' => 'user',
'workspaces' => 'live',
'path' => '/module/in2publish_core/m5',
Expand Down

0 comments on commit f1b4aeb

Please sign in to comment.