diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl | 4 |
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 %] |