diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-04-12 20:59:45 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-04-12 20:59:45 +0200 |
commit | f97a46344ae5156fa6ba50ed847c795c523c6ed7 (patch) | |
tree | c00076b126c2ec969033b1b2ef5eaf6010571f39 /template | |
parent | e65800e06c118a8a4daad68523c06c1daab197c3 (diff) | |
download | bugzilla-f97a46344ae5156fa6ba50ed847c795c523c6ed7.tar.gz bugzilla-f97a46344ae5156fa6ba50ed847c795c523c6ed7.tar.xz |
Bug 1263923 - X-Bugzilla-Who header is not set for flag mails
r=dkl
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 02bd38e13..101237ee7 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 %] |