summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-03-10 17:08:49 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-10 17:08:49 +0100
commit70246fb946602802b7c54fbfa83db91bc7d68469 (patch)
treee9c9815d60be91b5aa0103555c11a4269d468508 /extensions
parent2056caa180f907c6e5727954547dfd928cf6a360 (diff)
downloadbugzilla-70246fb946602802b7c54fbfa83db91bc7d68469.tar.gz
bugzilla-70246fb946602802b7c54fbfa83db91bc7d68469.tar.xz
Bug 1444088 - review link for patches on the requests page no longer shows up
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl b/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl
index a5fc61cea..5ce2efeeb 100644
--- a/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl
+++ b/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl
@@ -1,4 +1,4 @@
-[% IF column == 'attachment' && request.ispatch %]
+[% IF column == 'attachment' && request.attach_ispatch %]
&nbsp;
<a href="[% Bugzilla.splinter_review_url(request.bug_id, request.attach_id) FILTER none %]">[review]</a>
[% END %]