diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-10-28 15:32:40 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-10-28 15:32:40 +0100 |
commit | a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b (patch) | |
tree | 6f273d9b93b4da69cff1c0ab2ae64c03782c2aff | |
parent | a295a12ef8b0912911edf158e5273a5ecd6247a7 (diff) | |
download | bugs-a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b.tar bugs-a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b.tar.gz bugs-a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b.tar.bz2 bugs-a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b.tar.xz bugs-a9fea21b53fc1f6646516d4d04f2cbfbc4d8d64b.zip |
Bug 919314: Do not list the target milestone in bugmail headers when usetargetmilestone is off
r=LpSolit a=glob
-rw-r--r-- | template/en/default/email/header-common.txt.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/email/header-common.txt.tmpl b/template/en/default/email/header-common.txt.tmpl index e52f8406c..02bd38e13 100644 --- a/template/en/default/email/header-common.txt.tmpl +++ b/template/en/default/email/header-common.txt.tmpl @@ -18,5 +18,7 @@ X-Bugzilla-Status: [% bug.bug_status %] X-Bugzilla-Resolution: [% bug.resolution %] X-Bugzilla-Priority: [% bug.priority %] X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] +[% IF Param('usetargetmilestone') %] X-Bugzilla-Target-Milestone: [% bug.target_milestone %] +[% END %] X-Bugzilla-Flags:[% FOREACH flag = bug.flags %] [%+ flag.name %][% flag.status %][% END %] |