Is there a way to change the label used for each column when using the table format for TracQuery?
For example, if I use col=id, the column label is "Ticket". I'd like to change it to something else for my Query (i.e. "Case"). I think you can do this with TracReports instead but I have a few custom fields and it becomes somewhat of a laborious exercise to left join every single one of those. I also lose the magic formatting (where it links to the ticket) if I say SELECT id AS Case instead of SELECT id AS ticket which adds even more work. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/30525ca3-d28c-4726-a536-3f6894e47d9f%40googlegroups.com.
