summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorbyron jones <byron@glob.com.au>2018-03-13 15:45:40 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-13 15:45:40 +0100
commit6422bd9756041fee92b5df952f8feb6065525ce8 (patch)
tree13730588c9c2f41e0aef7b0c84f4a2f690b6e251 /extensions
parent3698ab542ac64fc52a59d1f9e5855893cae87184 (diff)
downloadbugzilla-6422bd9756041fee92b5df952f8feb6065525ce8.tar.gz
bugzilla-6422bd9756041fee92b5df952f8feb6065525ce8.tar.xz
Bug 1445066 - Clicking "Last search results" sometimes results in an error
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/navigate.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/navigate.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/navigate.html.tmpl
index 05476fed4..06163a841 100644
--- a/extensions/BugModal/template/en/default/bug_modal/navigate.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/navigate.html.tmpl
@@ -29,14 +29,14 @@
[% INCLUDE nav_link text="Next &#10097;" bug_id="" %]
[% END %]
[% INCLUDE nav_link text="Last &#10097;&#10097;" bug_id=last_bug_list.last %]
- <a id="search-nav-reget" href="buglist.cgi?regetlastlist=[% my_search.id FILTER uri %]">Last search results</a>
+ <a id="search-nav-reget" href="buglist.cgi?regetlastlist=[% search.id FILTER uri %]">Last search results</a>
</div>
[% BLOCK nav_link %]
[% IF bug_id == "" %]
<span class="search-nav-disabled">[% text FILTER none %]</span>
[% ELSE %]
- <a class="search-nav-link" href="show_bug.cgi?id=[% bug_id FILTER uri %]&amp;list_id=[% my_search.id FILTER uri %]">
+ <a class="search-nav-link" href="show_bug.cgi?id=[% bug_id FILTER uri %]&amp;list_id=[% search.id FILTER uri %]">
[%~ text FILTER none ~%]
</a>
[% END %]