Modify ↓
Opened 12 years ago
Closed 12 years ago
#10963 closed enhancement (duplicate)
Sort columns in query view
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | query system | Version: | 1.0 |
Severity: | normal | Keywords: | sort columns |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When making a Custom Query the list of columns is sorted as it occurs in ticket view (order index as defined in trac.ini
).
It would be nice to sort it in a more intuitive way. This could be done in different ways:
- sort by column name
- group columns first and then sort by name (prefered)
- all hard-coded Trac columns (like Summary, Type, etc.)
- all custom fields
Attachments (0)
Note:
See TracTickets
for help on using tickets.
The current default makes sense (IMO). However it would be nice to be able to configure that default order (but that would be #10425) or even reorder them interactively (but that would be #7026).