summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/email
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-09-06 06:13:17 +0200
committerByron Jones <bjones@mozilla.com>2012-09-06 06:13:17 +0200
commit4531a4cf1052bdd8ebe81713b1efcc91fffbfc08 (patch)
treed18c6d6b12f919db24aa97718558b0f1144a0e28 /extensions/BMO/template/en/default/email
parent29609142cbe089565165946d03cddf8a3549da0c (diff)
downloadbugzilla-4531a4cf1052bdd8ebe81713b1efcc91fffbfc08.tar.gz
bugzilla-4531a4cf1052bdd8ebe81713b1efcc91fffbfc08.tar.xz
Bug 788934: HTML bugmail shows wrong bug number for dependency
Diffstat (limited to 'extensions/BMO/template/en/default/email')
-rw-r--r--extensions/BMO/template/en/default/email/bugmail.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl
index 21a1279af..9a1c71172 100644
--- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl
+++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl
@@ -168,8 +168,8 @@
[% IF change.blocker %]
[% "${terms.Bug} ${bug.id}" FILTER bug_link(bug, full_url => 1) FILTER none %]
depends on
- <a href="[% urlbase FILTER html %]/show_bug.cgi?id=[% bug.id FILTER none %]">
- [% terms.Bug %]&nbsp;[% bug.id FILTER none %]</a>,
+ <a href="[% urlbase FILTER html %]/show_bug.cgi?id=[% change.blocker.id FILTER none %]">
+ [% terms.Bug %]&nbsp;[% change.blocker.id FILTER none %]</a>,
which changed state.<br>
[% ELSE %]
[% INCLUDE global/user.html.tmpl who = change.who %] changed