| Summary: | Allow groups of preferences for the same category to be sorted a specific way | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Client | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 8.0 | ||
| Target Milestone: | 9.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 462887 | ||
|
Description
Michael Rennie
The sorting (by name) happens in SettingsContainer line 330. Perhaps we could add a new getter to SettingImpl like getOrder() or getSort() that would be used along with its name. for example, say we had settings A B C D(with order 1), the page would render like: D A B C and for colliding orders we would then sort by name. So for A B C D(1) E(1) the page would render as: D E A B C |