Modify ↓
#3872 closed defect (duplicate)
TICKET_CREATE doesn't not allow ticket creation
Reported by: | 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)
Note:
See TracTickets
for help on using tickets.
Duplicate of #3640. Please upgrade!