Closed (fixed)
Project:
Trouble ticketing system to support Computer Network Operations
Version:
6.x-3.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Apr 2009 at 16:58 UTC
Updated:
14 Jul 2009 at 11:36 UTC
Comments
Comment #1
roczei commentedCould you please write to us which permissions did you set for the Anonymous user?
Comment #2
Miguel.Andrade commentedTicket access for all profiles in general module permissions.
in; › Ticket › Access ticketing › Access ticketing
anonymous user is:
Ticket reader
Ticket outsider
View ticket uploaded files
Ticket upload files
If I enable "Ticket manager" it works, but I don't want that.
Thanks!
Comment #3
roczei commentedTicket reader
Ticket outsider
View ticket uploaded files
Ticket upload files
If you are set these permissions for the Anonymous user then the created "bug report" will be move into a queue. The group manager can create ticket from this "bug report".
Example for a queue:
http://gug.grid.niif.hu/ticketing/index.php?q=ticket/2/1
Username/passwd: testuser2/testuser2
Comment #4
Miguel.Andrade commentedThanks I hadn't looked at the queue. it is working!
Is there a way to create a ticket from the queue automatically?
Comment #5
roczei commentedThe queue is not an optional feature but with a mini module and the usage of the hook_form_alter you can implement the queue ignore thing. You need to change the the current submit to own submit which create the new ticket.
Comment #6
mr.york commented