
noreply at edgewall
Oct 5, 2006, 1:27 PM
Post #1 of 2
(1084 views)
Permalink
|
|
[The Trac Project] #3872: TICKET_CREATE doesn't not allow ticket creation
|
|
#3872: TICKET_CREATE doesn't not allow ticket creation ------------------------------------+--------------------------------------- Reporter: mike [at] hostetlerhome | Owner: jonas Type: defect | Status: new Priority: normal | Milestone: Component: ticket system | Version: 0.10b1 Severity: major | Keywords: ------------------------------------+--------------------------------------- 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. -- Ticket URL: <http://trac.edgewall.org/ticket/3872> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|