diff options
Diffstat (limited to 'template/en/default/reports/duplicates-table.html.tmpl')
-rw-r--r-- | template/en/default/reports/duplicates-table.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index b8cd2ca78..709959b22 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -29,6 +29,7 @@ { name => "count", description => "Dupe<br>Count" }, { name => "delta", description => "Change in last<br>$changedsince day(s)" }, + { name => "product", description => field_descs.product }, { name => "component", description => field_descs.component }, { name => "bug_severity", description => field_descs.bug_severity }, { name => "priority", description => field_descs.priority }, @@ -88,6 +89,7 @@ </td> <td class="count">[% item.count FILTER html %]</td> <td class="delta">[% item.delta FILTER html %]</td> + <td class="product"> [% bug.product FILTER html %] </td> <td class="component">[% bug.component FILTER html %]</td> <td class="bug_severity"> [%- display_value('bug_severity', bug.bug_severity) FILTER html %] |