Skip to content

Commit

Permalink
Bug 1169301: The REST link at the bottom of buglist.cgi does not work…
Browse files Browse the repository at this point in the history
… for saved searches as currently written
  • Loading branch information
dklawren authored and globau committed Jun 2, 2015
1 parent 89e70fd commit c9cb3d4
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -7,9 +7,5 @@
#%]

<a href="rest/bug?include_fields=id,summary,status&amp;
[% IF quicksearch ~%]
quicksearch=[% quicksearch FILTER uri %]
[% ELSE %]
[% cgi.canonicalise_query('list_id', 'query_format') FILTER none %]"
[% END %]"
title="Query as a REST API request">REST</a> |
[%- cgi.new(urlquerypart).canonicalise_query('list_id','query_format') FILTER html %]"
title="Query as a REST API request">REST</a> |

0 comments on commit c9cb3d4

Please sign in to comment.