Modify ↓
#9010 closed defect (fixed)
TracIni help wiki page incorrectly states syntax for the query_args option under milestone-groups
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | wiki system | Version: | 0.12dev |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When I first tried to create custom milestone groups, I started by copying and pasting this example from TracIni:
closed = closed # sequence number in the progress bar closed.order = 0 # optional extra param for the query (two additional columns: created and modified and sort on created) group=resolution,order=time,col=id,col=summary,col=owner,col=type,col=priority,col=component,col=severity,col=time,col=changetime # indicates groups that count for overall completion closed.overall_completion = truepercentage
However, instead of modifying the “closed tickets” group query, a new group called “group” appeared.
In fact, the line next to “optional extra param” in this example should obviously begin with closed.query_args=.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | TracIni.patch added |
|---|
comment:2 by , 16 years ago
| Milestone: | → 0.12 |
|---|---|
| Owner: | set to |
Note:
See TracTickets
for help on using tickets.



Patch to fix the described mistake in TracIni (trunk)