Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-faraday
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-faraday
Merge requests
!135
Hin 1111
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hin 1111
HIN-1111
into
develop
Overview
1
Commits
10
Pipelines
0
Changes
16
Merged
Anca Ursachi
requested to merge
HIN-1111
into
develop
6 years ago
Overview
1
Commits
10
Pipelines
0
Changes
16
Expand
2
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
b6b8e960
10 commits,
6 years ago
16 files
+
369
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
packages/component-faraday-selectors/src/index.js
+
3
−
0
Options
@@ -372,6 +372,9 @@ export const canMakeHERecommendation = (state, { collection, statuses }) => {
@@ -372,6 +372,9 @@ export const canMakeHERecommendation = (state, { collection, statuses }) => {
return
statusImportance
>
1
&&
statusImportance
<
9
&&
validHE
return
statusImportance
>
1
&&
statusImportance
<
9
&&
validHE
}
}
export
const
getFragmentAuthorResponse
=
(
state
,
fragmentId
)
=>
get
(
state
,
`fragments.
${
fragmentId
}
.responseToReviewers`
,
{})
// #region Editorial and reviewer recommendations
// #region Editorial and reviewer recommendations
export
const
getFragmentRecommendations
=
(
state
,
fragmentId
)
=>
export
const
getFragmentRecommendations
=
(
state
,
fragmentId
)
=>
get
(
state
,
`fragments.
${
fragmentId
}
.recommendations`
,
[])
get
(
state
,
`fragments.
${
fragmentId
}
.recommendations`
,
[])