summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/search-report-select.html.tmpl
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-08-10 09:42:10 +0200
committerSimon Green <sgreen@redhat.com>2014-08-10 09:42:10 +0200
commitf4b9806c5ab5e63383269ef328643145ade66004 (patch)
tree3bc3f7918a1aa5c80387c69846de5e34b241fba7 /template/en/default/search/search-report-select.html.tmpl
parenta6cb5aa278082c88958cfac19fc39b1cfc3306b0 (diff)
downloadbugzilla-f4b9806c5ab5e63383269ef328643145ade66004.tar.gz
bugzilla-f4b9806c5ab5e63383269ef328643145ade66004.tar.xz
Bug 897915 - Field lists not sorted alphabetically
r=dkl, a=sgreen
Diffstat (limited to 'template/en/default/search/search-report-select.html.tmpl')
-rw-r--r--template/en/default/search/search-report-select.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/search-report-select.html.tmpl b/template/en/default/search/search-report-select.html.tmpl
index 93b4c44f8..40eeda1c1 100644
--- a/template/en/default/search/search-report-select.html.tmpl
+++ b/template/en/default/search/search-report-select.html.tmpl
@@ -17,7 +17,7 @@
<select name="[% name FILTER html %]">
<option value="">&lt;none&gt;</option>
- [% FOREACH field = report_columns.keys.sort %]
+ [% FOREACH field = report_columns.keys.sort_by_field_name(field_descs) %]
[% NEXT IF field == "classification" AND !Param('useclassification') %]
[% NEXT IF field == "target_milestone" AND !Param('usetargetmilestone') %]
[% NEXT IF field == "qa_contact" AND !Param('useqacontact') %]