Modify ↓
Opened 18 years ago
Closed 18 years ago
#3766 closed defect (fixed)
Oops on clicking on "#0"
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | low | Milestone: | 0.10.1 |
Component: | wiki system | Version: | 0.9.6 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Current behavior:
Trac renders "#0" as a clickable link. After clicking on it, an OOPS page appears, containing:
Oops... Trac detected an internal error: 'summary' Python traceback Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 206, 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/ticket/web_ui.py", line 211, in process_request self._insert_ticket_data(req, db, ticket, reporter_id) File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 382, in _insert_ticket_data req.hdf['title'] = '#%d (%s)' % (ticket.id, ticket['summary']) File "/usr/lib/python2.3/site-packages/trac/ticket/model.py", line 97, in __getitem__ return self.values[name] KeyError: 'summary'
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 0.10.1 |
Priority: | normal → low |
Severity: | normal → minor |
Note:
See TracTickets
for help on using tickets.
Yeah, that should be handled to just display "Ticket 0 does not exist."