Edgewall Software

Opened 19 years ago

Last modified 19 years ago

#1977 closed defect

Viewing milestones crashes — at Version 1

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

Change History (1)

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).

Note: See TracTickets for help on using tickets.