- Issue created by @willeaton
- 🇪🇸Spain willeaton
All we have to do is change:
if ($element->link->getUrlObject()->getRouteName() === '<front>') { $system_path = '<front>'; }
to
if ($element->link->getUrlObject()->isRouted() && $element->link->getUrlObject()->getRouteName() === '<front>') { $system_path = '<front>'; }
- Status changed to Needs review
about 1 year ago 7:03pm 16 October 2023 - Assigned to jmauricio
-
jmauricio →
committed cf156357 on 1.0.x
Issue #3394415 by willeaton, jmauricio: Error external links
-
jmauricio →
committed cf156357 on 1.0.x
- Issue was unassigned.
- Status changed to RTBC
about 1 year ago 2:48pm 19 October 2023 - Status changed to Fixed
about 1 year ago 9:50am 9 November 2023