Skip to content

Commit 04da795

Browse files
authored
pkp/pkp-lib#12307 Author review response enhancements (#1209)
* pkp/pkp-lib#12307 Introduce email template for requesting author response to reviewers' feedback * Submodule update
1 parent 44a374c commit 04da795

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dbscripts/xml/upgrade.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
<migration class="PKP\migration\upgrade\v3_6_0\I12048_ReviewRoundAuthorResponse"/>
196196
<migration class="PKP\migration\upgrade\v3_6_0\I11332_AddPeerReviewDois" />
197197
<migration class="PKP\migration\upgrade\v3_6_0\I6278_DataCitations" />
198+
<migration class="PKP\migration\upgrade\v3_6_0\I12307_ReviewRoundRequestAuthorResponseMail" />
198199
<code function="rebuildSearchIndex" />
199200
<note file="docs/release-notes/README-3.6.0" />
200201
</upgrade>

registry/emailTemplates.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@
3737
<email key="USER_ROLE_ASSIGNMENT_INVITATION" name="mailable.userRoleAssignmentInvitationNotify.name" subject="emails.userRoleAssignmentInvitationNotify.subject" body="emails.userRoleAssignmentInvitationNotify.body"/>
3838
<email key="USER_ROLE_END" name="mailable.userRoleEndNotify.name" subject="emails.userRoleEndNotify.subject" body="emails.userRoleEndNotify.body"/>
3939
<email key="ORCID_REQUEST_UPDATE_SCOPE" name="orcid.orcidRequestUpdateScope.name" subject="emails.orcidRequestUpdateScope.subject" body="emails.orcidRequestUpdateScope.body"/>
40+
<email key="REQUEST_REVIEW_ROUND_AUTHOR_RESPONSE" name="mailable.reviewRound.requestAuthorResponse.name" subject="emails.reviewRound.requestAuthorResponse.subject" body="emails.reviewRound.requestAuthorResponse.body"/>
4041
</emails>

0 commit comments

Comments
 (0)