Skip to content

Commit

Permalink
Merge pull request #2722 from kulturbande/sort-select-list-alphabetic…
Browse files Browse the repository at this point in the history
…ally

Sort the element Select List alphabetically
  • Loading branch information
tvdeyen authored Feb 16, 2024
2 parents 977f5fd + 36187ad commit aa3cbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/alchemy/admin/elements_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def elements_for_select(elements)
Element.display_name_for(e["name"]),
e["name"]
]
end
end.sort
end
end
end
Expand Down

0 comments on commit aa3cbef

Please sign in to comment.