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
Commits
c2b236cd
Commit
c2b236cd
authored
6 years ago
by
Anca Ursachi
Browse files
Options
Downloads
Patches
Plain Diff
fix(ManuscriptHeader): EiC should be able to resend invitation or cancel invitation for the HE
parent
f160f857
No related branches found
No related tags found
3 merge requests
!176
Sprint 24
,
!171
Sprint 24
,
!168
Hin 845 revoke and assign he fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/component-faraday-ui/src/manuscriptDetails/ManuscriptHeader.js
+6
-1
6 additions, 1 deletion
...nent-faraday-ui/src/manuscriptDetails/ManuscriptHeader.js
with
6 additions
and
1 deletion
packages/component-faraday-ui/src/manuscriptDetails/ManuscriptHeader.js
+
6
−
1
View file @
c2b236cd
...
@@ -141,7 +141,12 @@ export default compose(
...
@@ -141,7 +141,12 @@ export default compose(
(
admin
||
editorInChief
)
(
admin
||
editorInChief
)
)
{
)
{
const
person
=
chain
(
handlingEditors
)
const
person
=
chain
(
handlingEditors
)
.
filter
(
he
=>
he
.
id
===
get
(
heInvitation
,
'
userId
'
,
false
))
.
filter
(
he
=>
he
.
id
===
(
get
(
heInvitation
,
'
userId
'
,
false
)
||
get
(
pendingInvitation
,
'
userId
'
,
false
)),
)
.
map
(
he
=>
({
...
he
,
name
:
`
${
he
.
firstName
}
${
he
.
lastName
}
`
}))
.
map
(
he
=>
({
...
he
,
name
:
`
${
he
.
firstName
}
${
he
.
lastName
}
`
}))
.
first
()
.
first
()
.
value
()
.
value
()
...
...
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