Edgewall Software
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 Matthew Good)

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 Matthew Good, 18 years ago

Description: modified (diff)
Milestone: 0.10.1
Priority: normallow
Severity: normalminor

Yeah, that should be handled to just display "Ticket 0 does not exist."

comment:2 by Christian Boos, 18 years ago

Owner: changed from Jonas Borgström to Christian Boos
Status: newassigned

Easy enough.

comment:3 by Christian Boos, 18 years ago

Resolution: fixed
Status: assignedclosed

Fixed by r3809.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos 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.