Modify ↓
#11480 closed defect (fixed)
Documentation for "filter" not present on TracIni page
Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | SumStatsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
The documentation should be as shown in sumstatsplugin/0.12/sumstats/web_ui.py@13548:31-32#L23. However, the following is seen:
Attachments (2)
Change History (6)
Changed 11 years ago by
Attachment: | TracIni.png added |
---|
Changed 11 years ago by
Attachment: | sumstatsplugin-r13548.diff added |
---|
comment:1 Changed 11 years ago by
comment:2 follow-up: 4 Changed 11 years ago by
Thanks, feel free to commit it (robguttman confirmed in comment:6:ticket:11118). Would we want to use self.env.config.get('sumstats', 'field')
rather than SumTicketGroupStatsProvider(self.env).sum_field
?
comment:4 Changed 11 years ago by
Owner: | changed from Rob Guttman to Jun Omae |
---|---|
Summary: | Documentation for "filters" not present on TracIni page → Documentation for "filter" not present on TracIni page |
Thanks, feel free to commit it (robguttman confirmed in comment:6:ticket:11118). Would we want to use
self.env.config.get('sumstats', 'field')
rather thanSumTicketGroupStatsProvider(self.env).sum_field
?
Okay. Committed the patch using self.config.get('sumstats', ...)
.
Note: See
TracTickets for help on using
tickets.
The
field
andfilter
options are defined twice. Proposed patch, sumstatsplugin-r13548.diff, is to remove it. After the patch, it would be fixed.