Modify ↓
Opened 19 years ago
Closed 19 years ago
#1977 closed defect (fixed)
Viewing milestones crashes
Reported by: | 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 )
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 , 19 years ago
Component: | general → roadmap |
---|---|
Description: | modified (diff) |
Milestone: | → 0.9 |
Owner: | changed from | to
Priority: | normal → high |
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be fixed in [2131].
Note:
See TracTickets
for help on using tickets.
Looks like that could happen if you have disabled the component ticket field (i.e. don't have any components).