If there is not a solution for it to be dynamic then I will look through the source code to pick a better static way, because I need to generate reports with this and it is possible to remove or ignore data but not possible to add columns.
I'm thinking for my problem my solution can be to change the following line: http://trac.edgewall.org/browser/trunk/trac/ticket/query.py?rev=3605#L14 0 I think if I comment that out then I will get all of the columns. I'll have to see if I can deal with column spam if I can generate proper reports for my tickets. I wonder how many columns there will be and if custom columns are supported. Jason -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Boos Sent: Thursday, September 21, 2006 10:23 AM To: [email protected] Subject: [Trac] Re: Choosing columns to display in TracQuery Jason Winnebeck wrote: > Using custom query, not always are the columns that I want to see > displayed. For example if I want to view all active tasks, the > milestone and component columns do not show up, because when I delete > owner, the column "component" is replaced by "owner". > > How can I use the TracQuery to display the columns that I need to see? > Also, what if I want to see other fields like reporter? > It's not possible currently, but there's already a ticket for that: http://trac.edgewall.org/ticket/2821. -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
