Opened 16 years ago
Closed 14 years ago
#4363 closed defect (fixed)
Summing version numbers instead of times
Reported by: | Filipe Correia | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | Filipe Correia, btjanes@… | Trac Release: | 0.11 |
Description
I'm seeing something which, I believe, is caused by the TimingAndEstimationPlugin (although, i'm not sure).
When clicking the "Total tickets" for a given milestone (via the roadmap), i'm shown lists of tickets, grouped by status. On the bottom of each of these lists a total e shown. Are these values calculated by this plugin? The behavior i'm seeing is that it's currently summing the version numbers, which imho makes no sense at all :)
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Any update on this? I just grabbed the latest release and I also see versions being summed. Before I go hack up the plugin, I figured I'd check in to see if there were any updates on it.
comment:3 Changed 15 years ago by
Cc: | btjanes@… added |
---|
No, I haven't actually worked on this at all. Patches welcome :)
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok I fixed this bug in the trac 12 branches [10114] for #8732.
I think this should be relatively easy to backport to trac 11 (I used jquery and explicit column name listings, but I dont have trac 11 available to test on at the moment. If someone wants to try out the js file from the trac 12 branches, and confirm it works I will commit it. Otherwise feel free to use the trac 12 branch.
Please reopen if I need to make these changes and test them against trac 11 as well
I will try to get to this. It actually just sums all numeric fields (even if it doesnt make sense such as version)