diff options
author | Andre Klapper <a9016009@gmx.de> | 2014-01-26 13:13:29 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-26 13:13:29 +0100 |
commit | 4047f31e79491e9002501d53fb8b9a79e6d2f6b7 (patch) | |
tree | 1f431a2e5a346d48e1196205dc6a468b4fed93c3 /template/en | |
parent | 247b8e07ba169fd5c193dd8923667b644422d83a (diff) | |
download | bugzilla-4047f31e79491e9002501d53fb8b9a79e6d2f6b7.tar.gz bugzilla-4047f31e79491e9002501d53fb8b9a79e6d2f6b7.tar.xz |
Bug 933253: In duplicates.cgi, display the Priority field instead of the OS field
r=LpSolit a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/reports/duplicates-table.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index 0484c8fcd..b8cd2ca78 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -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', |