]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 262372: clicking on a column header shouldn't result in loss of default...
authorjocuri%softhome.net <>
Tue, 7 Dec 2004 01:21:52 +0000 (01:21 +0000)
committerjocuri%softhome.net <>
Tue, 7 Dec 2004 01:21:52 +0000 (01:21 +0000)
template/en/default/list/table.html.tmpl

index d9663ccd72a1fef463cd21e6188f9eae8eaf029a..255cccabd5dfba808e543fee0a536ec19a7c9f85 100644 (file)
@@ -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>
 
     [% 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>