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
!208
feat(ReviewerInvitation): Reviewers now invited, not accepted on major revision
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat(ReviewerInvitation): Reviewers now invited, not accepted on major revision
HIN-1120-Reviewers-Invited-Major-Revision
into
develop
Overview
7
Commits
3
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Merged
Mihail Hagiu
requested to merge
HIN-1120-Reviewers-Invited-Major-Revision
into
develop
6 years ago
Overview
7
Commits
3
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
2
0
Merge request reports
Viewing commit
d8a078f8
Prev
Next
Show latest version
1 file
+
1
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d8a078f8
fix(ReiewerEmail): properties added on bodyProps
· d8a078f8
Mihail Hagiu
authored
6 years ago
packages/component-manuscript-manager/src/notifications/notification.js
+
1
−
7
Options
@@ -767,13 +767,7 @@ class Notification {
agree
:
true
,
})
const
{
paragraph
,
upperContent
,
lowerContent
,
subText
,
...
bodyProps
}
=
getEmailCopy
({
const
{
paragraph
,
...
bodyProps
}
=
getEmailCopy
({
emailType
:
'
reviewer-invitation
'
,
titleText
:
`the manuscript titled <strong>"
${
title
}
"</strong> by <strong>
${
authorName
}
</strong> et al.`
,
expectedDate
:
services
.
getExpectedDate
({
daysExpected
:
14
}),