Skip to content

Commit

Permalink
pkp/pkp-lib#4789 request reconsider declined review to reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Sep 8, 2022
1 parent 660a32c commit 0042d81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
<migration class="PKP\migration\upgrade\v3_4_0\I7366_UpdateUserAPIKeySettings"/>
<migration class="PKP\migration\upgrade\v3_4_0\I8093_UpdateUserGroupRelationTablesFK"/>
<migration class="APP\migration\upgrade\v3_4_0\I7725_DecisionConstantsUpdate"/>
<migration class="PKP\migration\upgrade\v3_4_0\I4789_AddReviewerReconsiderationColumns"/>
<data file="dbscripts/xml/upgrade/3.4.0_preupdate_email_templates.xml" />
<code function="installEmailTemplate" key="EDITOR_DECISION_NOTIFY_OTHER_AUTHORS" locales="en_US" />
<code function="installEmailTemplate" key="EDITOR_DECISION_NEW_ROUND" locales="en_US" />
Expand All @@ -185,6 +186,7 @@
<code function="installEmailTemplate" key="EDITOR_DECISION_BACK_FROM_PRODUCTION" locales="en_US" />
<code function="installEmailTemplate" key="EDITOR_DECISION_BACK_FROM_COPYEDITING" locales="en_US" />
<code function="installEmailTemplate" key="EDITOR_DECISION_CANCEL_REVIEW_ROUND" locales="en_US" />
<code function="installEmailTemplate" key="REVIEW_RECONSIDER_REQUEST" locales="en_US" />
<note file="docs/release-notes/README-3.4.0" />
</upgrade>

Expand Down
1 change: 1 addition & 0 deletions registry/emailTemplates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<email key="EDITOR_ASSIGN" subject="emails.editorAssign.subject" body="emails.editorAssign.body"/>
<email key="REVIEW_CANCEL" subject="emails.reviewCancel.subject" body="emails.reviewCancel.body"/>
<email key="REVIEW_REINSTATE" subject="emails.reviewReinstate.subject" body="emails.reviewReinstate.body"/>
<email key="REVIEW_RECONSIDER_REQUEST" subject="emails.reviewReconsiderRequest.subject" body="emails.reviewReconsiderRequest.body"/>
<email key="REVIEW_REQUEST" subject="emails.reviewRequest.subject" body="emails.reviewRequest.body"/>
<email key="REVIEW_REQUEST_SUBSEQUENT" subject="emails.reviewRequestSubsequent.subject" body="emails.reviewRequestSubsequent.body"/>
<email key="REVIEW_RESPONSE_OVERDUE_AUTO" subject="emails.reviewResponseOverdueAuto.subject" body="emails.reviewResponseOverdueAuto.body"/>
Expand Down

0 comments on commit 0042d81

Please sign in to comment.