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:
parent
355d4e6a0d
commit
8ed79d9229
@ -1 +1 @@
|
|||||||
8886
|
8887
|
||||||
@ -31,7 +31,7 @@
|
|||||||
description => "Change in last<br>$changedsince day(s)" },
|
description => "Change in last<br>$changedsince day(s)" },
|
||||||
{ name => "component", description => field_descs.component },
|
{ name => "component", description => field_descs.component },
|
||||||
{ name => "bug_severity", description => field_descs.bug_severity },
|
{ 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 => "target_milestone", description => field_descs.target_milestone },
|
||||||
{ name => "short_desc", description => field_descs.short_desc },
|
{ name => "short_desc", description => field_descs.short_desc },
|
||||||
] %]
|
] %]
|
||||||
@ -92,8 +92,8 @@
|
|||||||
<td class="bug_severity">
|
<td class="bug_severity">
|
||||||
[%- display_value('bug_severity', bug.bug_severity) FILTER html %]
|
[%- display_value('bug_severity', bug.bug_severity) FILTER html %]
|
||||||
</td>
|
</td>
|
||||||
<td class="op_sys">
|
<td class="priority">
|
||||||
[%- display_value('op_sys', bug.op_sys) FILTER html %]
|
[%- display_value('priority', bug.priority) FILTER html %]
|
||||||
</td>
|
</td>
|
||||||
<td class="target_milestone">
|
<td class="target_milestone">
|
||||||
[% display_value('target_milestone',
|
[% display_value('target_milestone',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user