Edgewall Software

Opened 19 years ago

Last modified 17 years ago

#1794 closed defect

Bug: Failed reports cannot be deleted — at Version 2

Reported by: sven.buschke@… Owned by: daniel
Priority: normal Milestone:
Component: report system Version: 0.8
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christopher Lenz)

Python traceback

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/ModPythonHandler.py", line 194, in handler
    core.dispatch_request(mpr.path_info, args, mpr, env)
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 435, in dispatch_request
    module.run()
  File "/usr/lib/python2.3/site-packages/trac/Module.py", line 44, in run
    self.render()
  File "/usr/lib/python2.3/site-packages/trac/Report.py", line 429, in render
    self.render_report_list(id)
  File "/usr/lib/python2.3/site-packages/trac/Report.py", line 353, in render_report_list
    value['ticket_href'] = self.env.href.ticket(row['ticket'])
  File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 104, in __getitem__
    key = self.__class__._xlatkey[key.upper()]
KeyError: 'TICKET'

Change History (2)

comment:1 by anonymous, 19 years ago

Version: 0.8.40.8

comment:2 by Christopher Lenz, 19 years ago

Description: modified (diff)
Milestone: 0.8
Summary: Bug: Failed custom queries cannot be deletedBug: Failed reports cannot be deleted
Note: See TracTickets for help on using tickets.