Ticket #4005 (closed enhancement: duplicate)
[PATCH] - Enable user-definable Ticket Query Result Fieldsets
| Reported by: | ilias@… | Owned by: | mgood |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | report system | Version: | devel |
| Severity: | normal | Keywords: | query |
| Cc: |
Description
There are several methods to implement user-definable ticket query fields (fields which should shown in the query result table).
The basic one would be to define the default fields within the trac.ini
The location within the code should be this one:
source:trunk/trac/ticket/query.py#rev=3999#L106
Other options could be defined there, too (e.g. "verbose").
Several thoughts can be found here (not yet verified):
http://dev.lazaridis.com/base/wiki/PlanTicketQueryMacro#FieldSelection
Is there any document available, which shows the planned changes mentioned in [http://groups.google.com/group/trac-dev/msg/377b428936e0676a this message}?


