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
47115a2d
Commit
47115a2d
authored
6 years ago
by
Sebastian Mihalache
Browse files
Options
Downloads
Patches
Plain Diff
fix(component-manuscript-manager): add submitting author to eic rejected email
parent
cc45128e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!10
Sprint #12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/component-mail-service/src/Mail.js
+1
-1
1 addition, 1 deletion
packages/component-mail-service/src/Mail.js
packages/component-manuscript-manager/src/helpers/User.js
+3
-0
3 additions, 0 deletions
packages/component-manuscript-manager/src/helpers/User.js
with
4 additions
and
1 deletion
packages/component-mail-service/src/Mail.js
+
1
−
1
View file @
47115a2d
...
@@ -454,7 +454,7 @@ module.exports = {
...
@@ -454,7 +454,7 @@ module.exports = {
replacements
.
paragraph
=
`I am sorry to inform you that manuscript titled "
${
replacements
.
paragraph
=
`I am sorry to inform you that manuscript titled "
${
meta
.
fragment
.
title
meta
.
fragment
.
title
}
" by
${
}
" by
${
meta
.
fragment
.
a
uthorName
meta
.
fragment
.
submittingA
uthorName
}
has been rejected for publication. <br/><br/>
}
has been rejected for publication. <br/><br/>
${
meta
.
authorNoteText
}
<br/><br/>`
${
meta
.
authorNoteText
}
<br/><br/>`
replacements
.
hasLink
=
false
replacements
.
hasLink
=
false
...
...
This diff is collapsed.
Click to expand it.
packages/component-manuscript-manager/src/helpers/User.js
+
3
−
0
View file @
47115a2d
...
@@ -205,6 +205,9 @@ const setupAuthorsEmailData = async ({
...
@@ -205,6 +205,9 @@ const setupAuthorsEmailData = async ({
id
,
id
,
title
,
title
,
authorName
:
toAuthor
.
name
,
authorName
:
toAuthor
.
name
,
submittingAuthorName
:
`
${
submittingAuthor
.
firstName
}
${
submittingAuthor
.
lastName
}
`
,
},
},
handlingEditorName
:
collection
.
handlingEditor
.
name
,
handlingEditorName
:
collection
.
handlingEditor
.
name
,
baseUrl
,
baseUrl
,
...
...
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