Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3872 closed defect (duplicate)

TICKET_CREATE doesn't not allow ticket creation

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

Description

I'm seeing this in Trac 0.10b1. This maybe related to Ticket #1333, but am not sure.

I have a group that only has permission TICKET_CREATE and TICKET_VIEW and one user assigned in that group. When that user creates a ticket, there is no "assign-to" field. The component has a default owner, so it should go go to that user. But when I submit it, I get an Internal Error and get the following trace:

Traceback (most recent call last):
  File "c:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\main.py", line 335, in dispatch_request
    dispatcher.dispatch(req)
  File "c:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\main.py", line 220, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\ticket\web_ui.py", line 109, in process_request
    del req.args['owner']
KeyError: 'owner'

If I give that user TICKET_MODIFY, then they have the "Assign to" field and they can submit the ticket correctly.

Attachments (0)

Change History (1)

comment:1 by Christopher Lenz, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #3640. Please upgrade!

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.