diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-03-10 17:08:49 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-10 17:08:49 +0100 |
commit | 70246fb946602802b7c54fbfa83db91bc7d68469 (patch) | |
tree | e9c9815d60be91b5aa0103555c11a4269d468508 /extensions/Splinter | |
parent | 2056caa180f907c6e5727954547dfd928cf6a360 (diff) | |
download | bugzilla-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/Splinter')
-rw-r--r-- | extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl | 2 |
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 %] <a href="[% Bugzilla.splinter_review_url(request.bug_id, request.attach_id) FILTER none %]">[review]</a> [% END %] |