Modify ↓
#9067 closed enhancement (fixed)
Allowing multiple stats providers
| Reported by: | Owned by: | Andrej Tokarčík | |
|---|---|---|---|
| Priority: | normal | Component: | ProgressMeterMacro |
| Severity: | normal | Keywords: | backport |
| Cc: | Trac Release: | 0.12 |
Description
I would like to specify the stats provider as an argument to the macro, rather than always using the default one in the config. The reason for this is that I want to use the progress meter on my project pages and have two progress meters, one for the number of tickets remaining and the other for the duration remaining.
Would this be possible?
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
(In [10572]) ProgressMeterMacro: Added stats_provider argument to the macro; fixed #9067.
comment:3 Changed 14 years ago by
| Keywords: | backport added |
|---|
I haven't back-ported the committed changes to the Trac 0.11 branch yet, since I'm not sure they are compatible with the version.
Note: See
TracTickets for help on using
tickets.



Related to #2378, though cleaner and more reasonable.