]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 933253: In duplicates.cgi, display the Priority field instead of the OS field
authorAndre Klapper <a9016009@gmx.de>
Sun, 26 Jan 2014 12:13:29 +0000 (13:13 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 26 Jan 2014 12:13:29 +0000 (13:13 +0100)
r=LpSolit a=justdave

template/en/default/reports/duplicates-table.html.tmpl

index 0484c8fcdea594abb8419e9c0a86edf8e2d8b637..b8cd2ca787a82ea4ff6ba90ec54c72ef8289ef17 100644 (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',