Opened 13 months ago
Last modified 7 months ago
#9147 assigned feature request
XProfile: values respect the order of its profile fields
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Under Consideration | Priority: | low |
Severity: | normal | Version: | |
Component: | Extended Profile | Keywords: | needs-patch has-unit-tests |
Cc: |
Description (last modified by )
We agreed that a field option values should respect the sort options for multiselect/checkbox fields.
Change History (8)
#2
@
13 months ago
- Summary changed from XProfile: values of fields respect the order of the profile fields to XProfile: values respect the order of the profile fields
#3
@
13 months ago
- Summary changed from XProfile: values respect the order of the profile fields to XProfile: values respect the order of its profile fields
#5
@
12 months ago
- Component changed from Core to Extended Profile
- Milestone changed from Awaiting Review to Up Next
- Type changed from defect (bug) to enhancement
#7
@
9 months ago
- Keywords needs-patch has-unit-tests added
- Milestone changed from 15.0.0 to Under Consideration
- Priority changed from normal to low
- Type changed from enhancement to feature request
One issue about this feature: we need to get the field data (the sort order value) every time we present the field value. This creates extra DB queries, harming performance, for each field whereas previously it didn't.
So it bears some consideration.
Note: See
TracTickets for help on using
tickets.
Related #8976