human-essentials
human-essentials copied to clipboard
Make dropdown lists alphabetical order ( Part 1)
Resolves #4663
Description
NOTE: Part of a multi-part effort to convert all relevant dropdown lists throughout the app to lower-case alphabetical order
There's a need to ensure that dropdown lists are ordered alphabetically by their lowercase options. I opted to go for tweaking existing alphabetized
scopes where possible, and where that wasn't possible I would sort the list of options in place usually at the site of the instance variable being instantiated in the relevant controller.
Type of change
- Bug fix (non-breaking change which fixes an issue)
This isn't a bug fix in the strict definition, more like a tweak to existing functionality.