Ticket #2606 (closed defect: fixed)
Custom queries use a custom field's name instead of its label as column name
| Reported by: | anonymous | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | low | Milestone: | 0.9.4 |
| Component: | ticket system | Version: | 0.9.3 |
| Severity: | minor | Keywords: | custom field, custom query |
| Cc: | sschwarzer@… |
Description
I added a custom field like this:
[ticket-custom] due_date = text due_date.label = Due date
When I use the due date field in a custom query (i. e. http://host/trac/query), the column head shows up as "Due_date" instead of "Due date". Further tests (e. g. using "blah" as label) show that Trac uses the field's name, not its label as the column head.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


