Edgewall Software

Opened 20 years ago

Closed 18 years ago

#243 closed defect (fixed)

cancel New Report goes Oops — at Version 3

Reported by: (none) Owned by: daniel
Priority: normal Milestone: 0.7
Component: report system Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Running tracd 0.7pre (398)…

Click Timeline Click New Report Click Cancel → Trac detected an internal error: 'title'

Traceback (most recent call last):
  File "tracd", line 216, in do_trac_req
    self.do_real_trac_req()
  File "tracd", line 268, in do_real_trac_req
    module.run()
  File "C:\Python23\Lib\site-packages\trac\Module.py", line 28, in run
    self.render()
  File "C:\Python23\Lib\site-packages\trac\Report.py", line 329, in render
    self.create_report(self.args['title'], self.args['sql'])
KeyError: 'title'

Change History (3)

comment:1 by daniel, 20 years ago

Resolution: fixed
Status: newclosed

Fixed in [406].

comment:2 by anonymous, 18 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Emmanuel Blot, 18 years ago

Description: modified (diff)
Reporter: e removed
Resolution: fixed
Status: reopenedclosed

(no reason for re-opening this ticket)

Note: See TracTickets for help on using tickets.