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 @@ ...@@ -95,9 +95,10 @@
], ],
'reports/duplicates-table.html.tmpl' => [ 'reports/duplicates-table.html.tmpl' => [
'"&maxrows=$maxrows" IF maxrows', '"&maxrows=$maxrows" IF maxrows',
'"&changedsince=$changedsince" IF changedsince', '"&changedsince=$changedsince" IF changedsince',
'"&bug_id=$bug_ids_string&sortvisible=1" IF sortvisible', '"&bug_id=$bug_ids_string&sortvisible=1"
IF sortvisible',
'column.name', 'column.name',
'column.description', 'column.description',
'vis_bug_ids.push(bug.id)', 'vis_bug_ids.push(bug.id)',
...@@ -218,6 +219,7 @@ ...@@ -218,6 +219,7 @@
'list/table.html.tmpl' => [ 'list/table.html.tmpl' => [
'tableheader', 'tableheader',
'bug.bug_id', 'bug.bug_id',
'abbrev.$id.title || field_descs.$id || column.title',
], ],
'list/list.csv.tmpl' => [ '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