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
Activity
Paul Phillips
created issue -
Paul Phillips
made changes -
Field | Original Value | New Value |
---|---|---|
Priority | Major [ 3 ] | Minor [ 4 ] |
Paul Phillips
made changes -
Fix Version/s | 3.2.0-b2 [ 10501 ] | |
Fix Version/s | 3.2.0-b1 [ 10002 ] |
Tyson Phillips (Inactive)
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Tyson Phillips (Inactive)
made changes -
Status | In Progress [ 3 ] | Open [ 1 ] |
Tyson Phillips (Inactive)
made changes -
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Tyson Phillips (Inactive)
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Tyson Phillips (Inactive)
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Tyson Phillips (Inactive)
made changes -
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.