- Merge request !7Issue #2948211: Front page redirects break the canonical link β (Open) created by Liam Morland
- π·π΄Romania amateescu
Note that there's also a core patch dealing with this problem: π Aliased paths cannot be set as front page Needs review
+++ b/src/EventSubscriber/RouteNormalizerRequestSubscriber.php @@ -97,7 +123,16 @@ class RouteNormalizerRequestSubscriber implements EventSubscriberInterface { + $front_alias = $this->pathAliasManager->getAliasByPath($front_uri); + $current_alias = $this->pathAliasManager->getAliasByPath($current_path);
This will run path alias processing before routing is done (i.e. before
\Drupal\path_alias\EventSubscriber\PathAliasSubscriber::onKernelController()
), and will disable core's pre-loading optimization. See #2508217-14: AliasManager should use the current route match for outbound alias pre-loading cache keys β for details. - First commit to issue fork.
- πΊπΈUnited States weekbeforenext Asheville, NC
I resolved merge conflicts with the MR.
- π²π©Moldova vadim.hirbu
vadim.hirbu β made their first commit to this issueβs fork.
- Merge request !1412948211: Added missing lines to set the currentPath and aliasManager variables in the constructor. β (Open) created by vadim.hirbu