diff options
author | gerv%gerv.net <> | 2003-09-07 04:41:55 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2003-09-07 04:41:55 +0200 |
commit | 16bdf37258535f36ffc912e394f61d2b0b8ce1f6 (patch) | |
tree | e92096762734c1ed2c09568741868b7fe0dbfb9b | |
parent | 026539311662235ea26f5f3cfe885322846db6fb (diff) | |
download | bugzilla-16bdf37258535f36ffc912e394f61d2b0b8ce1f6.tar.gz bugzilla-16bdf37258535f36ffc912e394f61d2b0b8ce1f6.tar.xz |
Bug 218515 - fix tree bustage from bug 207044. Patch by gerv; r,a=bzbot.
-rw-r--r-- | template/en/default/filterexceptions.pl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index afe3ef487..373009de5 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -95,9 +95,10 @@ ], 'reports/duplicates-table.html.tmpl' => [ - '"&maxrows=$maxrows" IF maxrows', - '"&changedsince=$changedsince" IF changedsince', - '"&bug_id=$bug_ids_string&sortvisible=1" IF sortvisible', + '"&maxrows=$maxrows" IF maxrows', + '"&changedsince=$changedsince" IF changedsince', + '"&bug_id=$bug_ids_string&sortvisible=1" + IF sortvisible', 'column.name', 'column.description', 'vis_bug_ids.push(bug.id)', @@ -218,6 +219,7 @@ 'list/table.html.tmpl' => [ 'tableheader', 'bug.bug_id', + 'abbrev.$id.title || field_descs.$id || column.title', ], 'list/list.csv.tmpl' => [ |