summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-07-19 20:59:44 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-07-19 20:59:44 +0200
commit15c7945d2392feb7507cc3bae1b1e71746b82059 (patch)
tree838b6ef39c3057f56be5467ba4ca1fbddef46aea /extensions/Splinter
parent413507a129ea1feb108affd28e5eb52de85a3b19 (diff)
downloadbugzilla-15c7945d2392feb7507cc3bae1b1e71746b82059.tar.gz
bugzilla-15c7945d2392feb7507cc3bae1b1e71746b82059.tar.xz
Bug 893539 - Feedback request emails should contain splinter link
Diffstat (limited to 'extensions/Splinter')
-rw-r--r--extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl b/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl
index 3a02c843a..159a63e36 100644
--- a/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl
+++ b/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl
@@ -1,5 +1,7 @@
[% USE Bugzilla %]
-[% IF flag && flag.status == '?' && flag.type.name == 'review' && attachment && attachment.ispatch %]
+[% IF flag && flag.status == '?'
+ && (flag.type.name == 'review' || flag.type.name == 'feedback')
+ && attachment && attachment.ispatch %]
Review
[%+ Bugzilla.splinter_review_url(bug.bug_id, attachment.id) FILTER none %]