Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
drupalorg-3221146
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupalorg-3221146
Merge requests
!2
Draft: Resolve
#3221146
"Suspended to ready"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve
#3221146
"Suspended to ready"
3221146-suspended-to-ready
into
7.x-3.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Juampy NR
requested to merge
3221146-suspended-to-ready
into
7.x-3.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3221146
0
0
Merge request reports
Compare
7.x-3.x
7.x-3.x (HEAD)
and
latest version
latest version
9818cb8b
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
drupalorg/includes/DrupalorgIssueFork.php
+
1
−
1
Options
@@ -895,7 +895,7 @@ class DrupalorgIssueFork extends Entity {
$previews
[]
=
[
'id'
=>
$preview
->
id
,
'branch'
=>
$preview
->
provider_ref
->
source_branch
,
'state'
=>
$preview
->
state
,
'state'
=>
$preview
->
state
==
'suspended'
?
$preview
->
suspended
:
$preview
->
state
,
'url'
=>
!
empty
(
$preview
->
url
)
?
$preview
->
url
:
''
,
];
}
Loading