From 4531a4cf1052bdd8ebe81713b1efcc91fffbfc08 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 6 Sep 2012 12:13:17 +0800 Subject: Bug 788934: HTML bugmail shows wrong bug number for dependency --- extensions/BMO/template/en/default/email/bugmail.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/BMO/template/en/default/email') 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 - - [% terms.Bug %] [% bug.id FILTER none %], + + [% terms.Bug %] [% change.blocker.id FILTER none %], which changed state.
[% ELSE %] [% INCLUDE global/user.html.tmpl who = change.who %] changed -- cgit v1.2.3-24-g4f1b