Commit 30165fd1 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 262372: clicking on a column header shouldn't result in loss of…

Patch for bug 262372: clicking on a column header shouldn't result in loss of defaultsavename; patch by Rob Siklos <rsiklos@adexa.com>, r=wurblzap, a=justdave.
parent 149b8590
......@@ -89,7 +89,9 @@
ID
[% ELSE %]
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;order=bugs.bug_id">ID</a>
[% urlquerypart FILTER html %]&amp;order=bugs.bug_id
[%-#%]&amp;query_based_on=
[% defaultsavename OR searchname FILTER html %]">ID</a>
[% END %]
</th>
......@@ -128,7 +130,9 @@
[% ELSE %]
<a href="buglist.cgi?[% urlquerypart FILTER html %]&amp;order=
[% column.name FILTER url_quote FILTER html %]
[% ",$qorder" FILTER html IF order %]">
[% ",$qorder" FILTER html IF order %]
[%-#%]&amp;query_based_on=
[% defaultsavename OR searchname FILTER html %]">
[%- abbrev.$id.title || field_descs.$id || column.title -%]</a>
[% END %]
</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment