Edgewall Software

Changes between Version 9 and Version 10 of TimeTracking


Ignore:
Timestamp:
Dec 5, 2005, 7:29:30 AM (18 years ago)
Author:
anonymous
Comment:

Time Tracking breaks Roadmap …

Legend:

Unmodified
Added
Removed
Modified
  • TimeTracking

    v9 v10  
    146146This closes ticket #1, increases the time spent by 1 hour and decreases the remaining time by 1 hour.
    147147
    148  
     148----
     149
     150I tried adding the 0.9 mod today and hit a little static in the above. First, of course the .diff doesn't work for 0.9.1. Rolled back and followed steps above but the roadmap breaks with:
     151
     152{{{
     153Traceback (most recent call last):
     154  File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 131, in run
     155    dispatch_request(req.path_info, req, env)
     156  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
     157    dispatcher.dispatch(req)
     158  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
     159    resp = chosen_handler.process_request(req)
     160  File "/usr/lib/python2.3/site-packages/trac/ticket/roadmap.py", line 213, in process_request
     161    [ 'owner', 'tt_estimated', 'tt_remaining', 'tt_spent' ])
     162  File "/usr/lib/python2.3/site-packages/trac/ticket/roadmap.py", line 66, in get_tickets_for_milestone
     163    ticket = {
     164TypeError: tuple indices must be integers
     165}}}
     166
     167Que?