]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 218515 - fix tree bustage from bug 207044. Patch by gerv; r,a=bzbot.
authorgerv%gerv.net <>
Sun, 7 Sep 2003 02:41:55 +0000 (02:41 +0000)
committergerv%gerv.net <>
Sun, 7 Sep 2003 02:41:55 +0000 (02:41 +0000)
template/en/default/filterexceptions.pl

index afe3ef487c771cb3ae77e3821ca22c90e11361ec..373009de596b97ef581af8183a968f3e6d9313bd 100644 (file)
 ],
 
 'reports/duplicates-table.html.tmpl' => [
-  '"&maxrows=$maxrows" IF maxrows',
-  '"&changedsince=$changedsince" IF changedsince',
-  '"&bug_id=$bug_ids_string&sortvisible=1" IF sortvisible',
+  '"&amp;maxrows=$maxrows" IF maxrows',
+  '"&amp;changedsince=$changedsince" IF changedsince',
+  '"&amp;bug_id=$bug_ids_string&amp;sortvisible=1" 
+                                                            IF sortvisible',
   'column.name', 
   'column.description',
   'vis_bug_ids.push(bug.id)', 
 'list/table.html.tmpl' => [
   'tableheader',
   'bug.bug_id', 
+  'abbrev.$id.title || field_descs.$id || column.title',
 ],
 
 'list/list.csv.tmpl' => [