Skip to content
Snippets Groups Projects
Commit 8de66e09 authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

ISAICP-9510: Switch to node/726609.

parent b6ace944
No related branches found
No related tags found
1 merge request!210Patch release 2.2.1
...@@ -373,4 +373,4 @@ Feature: Homepage ...@@ -373,4 +373,4 @@ Feature: Homepage
Scenario: The /events path redirects to upcoming events page. Scenario: The /events path redirects to upcoming events page.
Given I am on the homepage Given I am on the homepage
When I click "More events" When I click "More events"
Then I should be on "/portal-upcoming-events" Then I should be on "/upcoming-events"
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
function joinup_core_deploy_200300(): void { function joinup_core_deploy_200300(): void {
\Drupal::entityTypeManager()->getStorage('redirect')->create([ \Drupal::entityTypeManager()->getStorage('redirect')->create([
'redirect_source' => ['path' => 'events'], 'redirect_source' => ['path' => 'events'],
'redirect_redirect' => ['uri' => 'internal:/node/726616'], 'redirect_redirect' => ['uri' => 'internal:/node/726609'],
'language' => 'und', 'language' => 'und',
'status_code' => 301, 'status_code' => 301,
])->save(); ])->save();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment