From: Frédéric Buclin Date: Tue, 12 Apr 2016 18:59:45 +0000 (+0200) Subject: Bug 1263923 - X-Bugzilla-Who header is not set for flag mails X-Git-Tag: release-5.1.1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97a46344ae5156fa6ba50ed847c795c523c6ed7;p=thirdparty%2Fbugzilla.git Bug 1263923 - X-Bugzilla-Who header is not set for flag mails r=dkl --- diff --git a/template/en/default/email/header-common.txt.tmpl b/template/en/default/email/header-common.txt.tmpl index 02bd38e133..101237ee7c 100644 --- a/template/en/default/email/header-common.txt.tmpl +++ b/template/en/default/email/header-common.txt.tmpl @@ -13,7 +13,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 %]