From: lpsolit%gmail.com <> Date: Sun, 10 Sep 2006 20:33:02 +0000 (+0000) Subject: Bug 123105: No tooltips in duplicates.cgi - Patch by victory(_RSZ_) r=LpSolit a=justdave --- diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 9a7b3d50d5..70a4d28d0f 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -100,7 +100,6 @@ 'reports/duplicates-table.html.tmpl' => [ 'column.name', 'column.description', - 'bug.id', 'bug.count', 'bug.delta', ], diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index 80a85ff3ca..eb7eec1cf1 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -118,8 +118,7 @@
- [% isclosed = bug.resolution != "" %] - [% bug.id FILTER closed(isclosed) %] + [% bug.id FILTER bug_link(bug.id) FILTER none %]