From: David Lawrence Date: Tue, 19 Apr 2016 15:10:50 +0000 (+0000) Subject: Bug 1265432 - backport upstream bug 1263923 to bmo/4.2 - X-Bugzilla-Who header is... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9c628f30dd3b6f7a5c6ea292c40b20f876e67e;p=thirdparty%2Fbugzilla.git Bug 1265432 - backport upstream bug 1263923 to bmo/4.2 - X-Bugzilla-Who header is not set for flag mails --- 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 %]