Commit 4047f31e authored by Andre Klapper's avatar Andre Klapper Committed by Frédéric Buclin

Bug 933253: In duplicates.cgi, display the Priority field instead of the OS field

r=LpSolit a=justdave
parent 247b8e07
......@@ -31,7 +31,7 @@
description => "Change in last<br>$changedsince day(s)" },
{ name => "component", description => field_descs.component },
{ name => "bug_severity", description => field_descs.bug_severity },
{ name => "op_sys", description => field_descs.op_sys },
{ name => "priority", description => field_descs.priority },
{ name => "target_milestone", description => field_descs.target_milestone },
{ name => "short_desc", description => field_descs.short_desc },
] %]
......@@ -92,8 +92,8 @@
<td class="bug_severity">
[%- display_value('bug_severity', bug.bug_severity) FILTER html %]
</td>
<td class="op_sys">
[%- display_value('op_sys', bug.op_sys) FILTER html %]
<td class="priority">
[%- display_value('priority', bug.priority) FILTER html %]
</td>
<td class="target_milestone">
[% display_value('target_milestone',
......
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