Use a template to set the subject line.
Add an admin editable ChangeSubject.vm template used to format the subject header in change emails. Change-Id: Iea58807b9a947bf0a4eba31c04977582430137ed
This commit is contained in:
@@ -53,7 +53,7 @@ public class ReplacePatchSetSender extends ReplyToChangeSender {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void init() {
|
||||
protected void init() throws EmailException {
|
||||
super.init();
|
||||
|
||||
if (fromId != null) {
|
||||
@@ -67,7 +67,7 @@ public class ReplacePatchSetSender extends ReplyToChangeSender {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void formatChange() {
|
||||
protected void formatChange() throws EmailException {
|
||||
formatSalutation();
|
||||
formatChangeDetail();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user