#7716 closed enhancement (fixed)
[patch] Allow args with multiple values in milestone-groups query_args section
Reported by: | ebray | Owned by: | ebray |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.2 |
Component: | roadmap | Version: | 0.12dev |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Setting foo.query_args in the [milestone-groups]
section of trac.ini when using `DefaultTicketGroupStatsProvider doesn't allow multiple values for any argument. In particular, this breaks the ability to specify the columns that should be displayed in the query—an ability that I need.
I was thinking it would also be nice to have a global query_args
option under the [milestone-groups]
section to set the query_args
attribute of the TicketGroupStats
object. But that's a separate issue I suppose.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | col_in_milestone_query_args-r7594.patch added |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch tested here as well, works great. Thanks!
I took the liberty of applying it in [7611]. Christian, I hope you don't mind.
Allow ticket group interval query_args to specify multiple columns.