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

r=LpSolit a=justdave


git-svn-id: svn://10.0.0.236/trunk@265203 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-01-26 12:15:44 +00:00
parent 355d4e6a0d
commit 8ed79d9229
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
8886
8887

View File

@ -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',