Commit 16bdf372 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 218515 - fix tree bustage from bug 207044. Patch by gerv; r,a=bzbot.

parent 02653931
......@@ -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' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment