Skip to content

Commit

Permalink
Merge pull request #2749 from archivesspace/ANW-1494
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldjosephsmith committed Jul 21, 2022
2 parents c2d6328 + 0e23bc0 commit cd89c1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<% templates = JSONModel::HTTP.get_json(JSONModel(:custom_report_template).uri_for, :all_ids => true).collect {|id| [JSONModel(:custom_report_template).find(id).name, id]} %>
<% templates = templates.sort %>
<% templates = templates.sort_by {|a| a[0].downcase } %>
<%= form.select :template, options_for_select(templates) %>

0 comments on commit cd89c1c

Please sign in to comment.