Skip to content

Commit 58b7205

Browse files
committed
Bug 1067381: Sorting by ID broken when changing multiple bugs
1 parent e1d1c64 commit 58b7205

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/en/default/list/table.html.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@
8787
<thead>
8888
<tr class="bz_buglist_header bz_first_buglist_header">
8989
[% IF dotweak %]
90-
<th>&nbsp;</th>
90+
<th class="sorttable_nosort">&nbsp;</th>
9191
[% END %]
9292
<th colspan="[% splitheader ? 2 : 1 %]" class="first-child
93-
sortable_column_0
9493
sorted_[% lsearch(order_columns, 'bug_id') FILTER html %]">
9594
<a href="buglist.cgi?
9695
[% urlquerypart FILTER html %]&amp;order=

0 commit comments

Comments
 (0)