Skip to content
Snippets Groups Projects
Commit 3d758786 authored by Anca Ursachi's avatar Anca Ursachi
Browse files

fix(index(componentFaradaySelectors)): EIC and HE can now see the editorial comments in underReview

parent aa1e4df2
No related branches found
No related tags found
2 merge requests!160Update staging with master features,!150Develop
......@@ -95,6 +95,7 @@ const canHeViewEditorialCommentsStatuses = [
'inQA',
'pendingApproval',
'reviewCompleted',
'underReview',
]
export const canHeViewEditorialComments = (state, collection = {}) => {
const isHE = isHEToManuscript(state, get(collection, 'id', ''))
......@@ -108,6 +109,8 @@ const canEICViewEditorialCommentsStatuses = [
'inQA',
'pendingApproval',
'reviewCompleted',
'revisionRequested',
'underReview',
]
export const canEICViewEditorialComments = (state, collection = {}) => {
const isEIC = currentUserIs(state, 'adminEiC')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment