diff options
author | David Lawrence <dkl@mozilla.com> | 2016-04-19 17:10:50 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-04-19 17:10:50 +0200 |
commit | 3b9c628f30dd3b6f7a5c6ea292c40b20f876e67e (patch) | |
tree | 794abc1b874b384209b7065140946633667a3cc3 /template | |
parent | 49293a63bad7c62eacd8c3465dd16fdd5069338a (diff) | |
download | bugzilla-3b9c628f30dd3b6f7a5c6ea292c40b20f876e67e.tar.gz bugzilla-3b9c628f30dd3b6f7a5c6ea292c40b20f876e67e.tar.xz |
Bug 1265432 - backport upstream bug 1263923 to bmo/4.2 - X-Bugzilla-Who header is not set for flag mails
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/email/header-common.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/header-common.txt.tmpl b/template/en/default/email/header-common.txt.tmpl index f7bc996d8..3576698d0 100644 --- a/template/en/default/email/header-common.txt.tmpl +++ b/template/en/default/email/header-common.txt.tmpl @@ -17,7 +17,7 @@ X-Bugzilla-Component: [% bug.component %] X-Bugzilla-Version: [% bug.version %] X-Bugzilla-Keywords: [% bug.keywords %] X-Bugzilla-Severity: [% bug.bug_severity %] -X-Bugzilla-Who: [% changer.login %] +X-Bugzilla-Who: [% changer.login || user.login %] X-Bugzilla-Status: [% bug.bug_status %] X-Bugzilla-Resolution: [% bug.resolution %] X-Bugzilla-Priority: [% bug.priority %] |