Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.0
-
Fix Version/s: 3.2.0-b2
-
Component/s: Client Interface, Staff Interface
-
Labels:None
Description
States & provinces for some countries are not listed alphabetically in their drop downs.
This has been confirmed for Italy in the create contact form on the client profile. Other countries are affected as well. See http://www.blesta.com/forums/index.php?/topic/2402-order-the-state-field-in-descending-a-z/
My guess is that we may not be sorting these by the state name descending and that most appear alphabetically because of their insert order.
Issue Links
- blocks
-
CORE-1205 Order Plugin: Improve sorting states/provinces by name
- Closed
States are sorted by key rather than value. Since some provinces are numeric rather than alphabetical, like the first 20 or so provinces in Italy, they can appear mixed. We can consider sorting by value (name) instead.