Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1977 closed defect (fixed)

Viewing milestones crashes

Reported by: seemant@… Owned by: Christopher Lenz
Priority: high Milestone: 0.9
Component: roadmap Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christopher Lenz)

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 205, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/trac/Milestone.py", line 327, in process_request
    self._render_view(req, db, milestone)
  File "/usr/lib/python2.3/site-packages/trac/Milestone.py", line 433, in _render_view
    for group in groups:
TypeError: iteration over non-sequence

Please note that the milestone name is: Design Review 1

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 19 years ago

Component: generalroadmap
Description: modified (diff)
Milestone: 0.9
Owner: changed from Jonas Borgström to Christopher Lenz
Priority: normalhigh
Status: newassigned

Looks like that could happen if you have disabled the component ticket field (i.e. don't have any components).

comment:2 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: assignedclosed

Should be fixed in [2131].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.