Make the 'agent_id' visible in the state "new" to allow the creation and assigment of a ticket in one click.

SVN:trunk[1439]
This commit is contained in:
Denis Flaven
2011-08-09 08:34:14 +00:00
parent d2955557bf
commit 6fff9d6a20

View File

@@ -244,7 +244,7 @@ abstract class ResponseTicket extends Ticket
'urgency' => OPT_ATT_MUSTCHANGE,
'priority' => OPT_ATT_READONLY,
'workgroup_id' => OPT_ATT_MUSTCHANGE,
'agent_id' => OPT_ATT_HIDDEN,
'agent_id' => OPT_ATT_NORMAL,
'agent_email' => OPT_ATT_HIDDEN,
'resolution_code' => OPT_ATT_HIDDEN,
'solution' => OPT_ATT_HIDDEN,