Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xpub-epmc
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
Literature-services
public-projects
xpub-epmc
Commits
bb0b27e4
Commit
bb0b27e4
authored
3 years ago
by
Audrey Hamelers
Browse files
Options
Downloads
Patches
Plain Diff
#1229
parent
c0c46330
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!406
Dev
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/components/review-wizard/ReviewFooter.jsx
+5
-2
5 additions, 2 deletions
app/components/review-wizard/ReviewFooter.jsx
with
5 additions
and
2 deletions
app/components/review-wizard/ReviewFooter.jsx
+
5
−
2
View file @
bb0b27e4
...
...
@@ -28,9 +28,10 @@ class ReviewFooter extends React.Component {
}
=
this
.
props
const
{
report
,
approve
,
cancel
,
preprintWizard
}
=
this
.
state
const
{
annotations
}
=
review
||
[]
const
{
status
,
teams
,
organization
,
decision
}
=
manuscript
const
{
meta
,
status
,
teams
,
organization
,
decision
}
=
manuscript
const
submitter
=
teams
.
find
(
t
=>
t
.
role
===
'
submitter
'
).
teamMembers
[
0
]
const
preprint
=
organization
.
name
===
'
Europe PMC Preprints
'
const
{
articleType
=
'
research-article
'
}
=
meta
const
xStates
=
[
'
xml-qa
'
,
'
xml-triage
'
,
...
...
@@ -103,7 +104,9 @@ class ReviewFooter extends React.Component {
}
}
primary
>
Send for QA
{
articleType
.
startsWith
(
'
preprint-
'
)
?
'
Release
'
:
'
Send for QA
'
}
</
Button
>
<
Button
onClick
=
{
()
=>
this
.
setState
({
report
:
true
})
}
>
Ask for correction
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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