Skip to content

Commit b098aaa

Browse files
committed
#9202 Include 3.4 missing email templates in 3.5 upgrade
1 parent d28a8a3 commit b098aaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

classes/migration/upgrade/v3_5_0/InstallEmailTemplates.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ protected function getEmailTemplateKeys(): array
2828
{
2929
return [
3030
'CHANGE_EMAIL',
31+
'SUBMISSION_SAVED_FOR_LATER',
32+
'SUBMISSION_NEEDS_EDITOR',
33+
'REVIEW_COMPLETE',
34+
'REVIEW_EDIT',
3135
];
3236
}
3337

0 commit comments

Comments
 (0)