From 1b0a68274a27206725476f579d68ed4882606ada Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Mon, 18 Mar 2013 03:26:04 -0700 Subject: Use correct variables for bug and attachment IDs in order to fix patch reviewing problems. https://bugzilla.mozilla.org/show_bug.cgi?id=852072 --- .../Splinter/template/en/default/hook/attachment/list-action.html.tmpl | 2 +- .../template/en/default/hook/request/email-after_summary.txt.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/Splinter/template') diff --git a/extensions/Splinter/template/en/default/hook/attachment/list-action.html.tmpl b/extensions/Splinter/template/en/default/hook/attachment/list-action.html.tmpl index cd2db2770..ee793b192 100644 --- a/extensions/Splinter/template/en/default/hook/attachment/list-action.html.tmpl +++ b/extensions/Splinter/template/en/default/hook/attachment/list-action.html.tmpl @@ -21,5 +21,5 @@ [% IF attachment.ispatch %] | - Review + Review [% END %] 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 c9717fbd6..3a02c843a 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 @@ -2,6 +2,6 @@ [% IF flag && flag.status == '?' && flag.type.name == 'review' && attachment && attachment.ispatch %] Review -[%+ Bugzilla.splinter_review_url(request.bug_id, request.attach_id) FILTER none %] +[%+ Bugzilla.splinter_review_url(bug.bug_id, attachment.id) FILTER none %] [%- END %] -- cgit v1.2.3-24-g4f1b