Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#1475 closed defect (fixed)

Error while changing ticket/adding ticket's comment

Reported by: anonymous Owned by: Mark Rowe
Priority: normal Milestone:
Component: ticket system Version: devel
Severity: blocker Keywords:
Cc: afonya@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

when I try to change ticket or add comment I get error below.

revision used [1552]

Python traceback

Traceback (most recent call last):
  File "/usr/lib/python2.2/site-packages/trac/web/cgi_frontend.py", line 103, in run
    dispatch_request(os.getenv('PATH_INFO', ''), req, env)
  File "/usr/lib/python2.2/site-packages/trac/web/main.py", line 302, in dispatch_request
    module.render(req)
  File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 539, in render
    self.save_changes(req, id)
  File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 397, in save_changes
    if 'description' in req.args or 'reporter' in req.args:
  File "/usr/lib/python2.2/cgi.py", line 550, in __getitem__
    raise KeyError, key
KeyError: 0

Attachments (0)

Change History (3)

comment:1 by anonymous, 20 years ago

Component: generalticket system
Severity: criticalblocker

comment:2 by Mark Rowe, 20 years ago

Owner: changed from Jonas Borgström to Mark Rowe

#1489 was closed as a duplicate of this ticket.

comment:3 by Mark Rowe, 20 years ago

Resolution: fixed
Status: newclosed

Fixed in [1559].

Modify Ticket

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