Modify ↓
Opened 14 years ago
Closed 14 years ago
#7829 closed defect (fixed)
Displayed total hours for milestone is incorrect in roadmap view
Reported by: | Ali Rantakari | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracHoursPlugin |
Severity: | normal | Keywords: | |
Cc: | ejucovy | Trac Release: | 0.12 |
Description
The "total hours" value displayed in the roadmap view is incorrect (literally a fraction of what it should be).
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | patch.diff added |
---|
comment:2 Changed 14 years ago by
Cc: | ejucovy added; anonymous removed |
---|---|
Owner: | changed from Jeff Hammel to Ryan J Ollos |
This patch has a minor problem in that totalhours is an int, and dividing by 3600 introduces rounding errors. Dividing by 3600.0 fixes the issue.
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
I'm going to go ahead and commit a fix for this as well since it is straightforward and is a major defect in functionality. I hope that is okay with everyone!
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
SVN diff of patch to fix the issue