Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3768 closed defect (duplicate)

internal error (owner key error) on new ticket

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: 0.10b1
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

When trying to create new ticket as anonymous on Trac 0.10b1

Python Traceback

Traceback (most recent call last):
  File "/usr/share/python-support/trac/trac/web/main.py", line 341, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/share/python-support/trac/trac/web/main.py", line 220, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/share/python-support/trac/trac/ticket/web_ui.py", line 109, in process_request
    del req.args['owner']
KeyError: 'owner'

Haypo (victor.stinner AT haypocalc.com)
http://hachoir.org/ ⇐ installed trac

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 18 years ago

Description: modified (diff)
Milestone: 0.10
Resolution: duplicate
Status: newclosed

Thanks for reporting, but it's already fixed. Duplicate of #3640.

Modify Ticket

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