Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ec-europa
digit-joinup-reference
Commits
8de66e09
Commit
8de66e09
authored
5 months ago
by
Claudiu Cristea
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-9510: Switch to node/726609.
parent
b6ace944
No related branches found
No related tags found
1 merge request
!210
Patch release 2.2.1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/features/homepage.feature
+1
-1
1 addition, 1 deletion
tests/features/homepage.feature
web/modules/custom/joinup_core/joinup_core.deploy.php
+1
-1
1 addition, 1 deletion
web/modules/custom/joinup_core/joinup_core.deploy.php
with
2 additions
and
2 deletions
tests/features/homepage.feature
+
1
−
1
View file @
8de66e09
...
@@ -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"
This diff is collapsed.
Click to expand it.
web/modules/custom/joinup_core/joinup_core.deploy.php
+
1
−
1
View file @
8de66e09
...
@@ -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/7266
16
'
],
'redirect_redirect'
=>
[
'uri'
=>
'internal:/node/7266
09
'
],
'language'
=>
'und'
,
'language'
=>
'und'
,
'status_code'
=>
301
,
'status_code'
=>
301
,
])
->
save
();
])
->
save
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment