Commit f97a4634 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1263923 - X-Bugzilla-Who header is not set for flag mails

r=dkl
parent e65800e0
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment