Loading CHANGELOG.txt +1 −0 Original line number Diff line number Diff line Field_Redirection 8.x-2.x-dev, 2022-xx-xx ----------------------------------------- #1361806 by DamienMcKenna, Anybody: Redirects during cron. Field_Redirection 8.x-2.1, 2021-11-24 Loading src/FieldRedirectionResultBuilder.php +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ class FieldRedirectionResultBuilder { } $current_url = Url::fromRoute('<current>'); $current_path = $current_url->toString(); $current_path = $current_url->getInternalPath(); // Optionally control the list of pages this works on. if (!empty($settings['page_restrictions']) && !empty($settings['pages'])) { Loading Loading
CHANGELOG.txt +1 −0 Original line number Diff line number Diff line Field_Redirection 8.x-2.x-dev, 2022-xx-xx ----------------------------------------- #1361806 by DamienMcKenna, Anybody: Redirects during cron. Field_Redirection 8.x-2.1, 2021-11-24 Loading
src/FieldRedirectionResultBuilder.php +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ class FieldRedirectionResultBuilder { } $current_url = Url::fromRoute('<current>'); $current_path = $current_url->toString(); $current_path = $current_url->getInternalPath(); // Optionally control the list of pages this works on. if (!empty($settings['page_restrictions']) && !empty($settings['pages'])) { Loading