]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1444088 - review link for patches on the requests page no longer shows up
authorKohei Yoshino <kohei.yoshino@gmail.com>
Sat, 10 Mar 2018 16:08:49 +0000 (11:08 -0500)
committerDylan William Hardison <dylan@hardison.net>
Sat, 10 Mar 2018 16:08:49 +0000 (11:08 -0500)
extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl

index a5fc61cead01b3f9e500bf17e6ecfc911de525be..5ce2efeebf20952b766992a8c58a365ae022a487 100644 (file)
@@ -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 %]