summaryrefslogtreecommitdiffstats
path: root/template/en/default/email/bugmail.txt.tmpl
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2013-11-18 00:08:31 +0100
committerSimon Green <sgreen@redhat.com>2013-11-18 00:08:31 +0100
commit17b7781c6178e67375edd37907be3eaee72b84d6 (patch)
tree554cd42b9c7d6c239e3f2ea339b0ab32a4c46a78 /template/en/default/email/bugmail.txt.tmpl
parent1cf4971f32fe1fffb3919c9a459e92f6a2c0ca02 (diff)
downloadbugzilla-17b7781c6178e67375edd37907be3eaee72b84d6.tar.gz
bugzilla-17b7781c6178e67375edd37907be3eaee72b84d6.tar.xz
Bug 97956 - Give summary and URL of bugs added or removed from dependencies in bugmail
r=LpSolit, a=sgreen
Diffstat (limited to 'template/en/default/email/bugmail.txt.tmpl')
-rw-r--r--template/en/default/email/bugmail.txt.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl
index 92c9a33cb..b8d11e0e1 100644
--- a/template/en/default/email/bugmail.txt.tmpl
+++ b/template/en/default/email/bugmail.txt.tmpl
@@ -22,6 +22,15 @@
[%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %]
[% END %]
+[% IF referenced_bugs.size %]
+
+Referenced [% terms.Bugs %]:
+
+[% FOREACH ref_bug = referenced_bugs %]
+[%+ urlbase %]show_bug.cgi?id=[% ref_bug.id %]
+[%+ "[" _ terms.Bug _ " " _ ref_bug.id _ "] " _ ref_bug.short_desc FILTER wrap_comment %]
+[% END %]
+[% END %]
-- [%# Protect the trailing space of the signature marker %]
You are receiving this mail because:
[% SET reason_lines = [] %]