Modify

Opened 14 years ago

Closed 13 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)

patch.diff (1.0 KB) - added by Ali Rantakari 14 years ago.
SVN diff of patch to fix the issue

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Ali Rantakari

Attachment: patch.diff added

SVN diff of patch to fix the issue

comment:1 Changed 13 years ago by Ryan J Ollos

#7502 is a duplicate.

comment:2 Changed 13 years ago by Ryan J Ollos

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 13 years ago by Ryan J Ollos

Status: newassigned

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 13 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

(In [9552]) Total hours was not being summed correctly on the individual Milestone view. Fixes #7829.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.