Modify ↓
Opened 16 years ago
Closed 14 years ago
#4481 closed defect (fixed)
Removing Hours of a ticket doesn´t recalculate total hours
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracHoursPlugin |
Severity: | major | Keywords: | |
Cc: | r.barnebeck@… | Trac Release: | 0.11 |
Description
When I remove in the hours section an entry from a ticket, the total hours of the ticket are not recalculated in the list view of a ticket query. This case only happens when the removed entry is the only entry for the ticket. After adding new hours again, the total hours are calculated correctly. The calculation is also correct when there are other hours entries left for the ticket.
Attachments (2)
Change History (5)
comment:1 Changed 14 years ago by
Owner: | changed from Jeff Hammel to Ryan J Ollos |
---|---|
Status: | new → assigned |
Changed 14 years ago by
Changed 14 years ago by
comment:2 Changed 14 years ago by
This patch is slightly ugly, but I didn't want to dive into modifying get_all_dict form tracsqlhelper, and am not even sure that function is misbehaving.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Confirmed with
Trac 0.11.8dev-r9998
.