mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
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:
@@ -244,7 +244,7 @@ abstract class ResponseTicket extends Ticket
|
|||||||
'urgency' => OPT_ATT_MUSTCHANGE,
|
'urgency' => OPT_ATT_MUSTCHANGE,
|
||||||
'priority' => OPT_ATT_READONLY,
|
'priority' => OPT_ATT_READONLY,
|
||||||
'workgroup_id' => OPT_ATT_MUSTCHANGE,
|
'workgroup_id' => OPT_ATT_MUSTCHANGE,
|
||||||
'agent_id' => OPT_ATT_HIDDEN,
|
'agent_id' => OPT_ATT_NORMAL,
|
||||||
'agent_email' => OPT_ATT_HIDDEN,
|
'agent_email' => OPT_ATT_HIDDEN,
|
||||||
'resolution_code' => OPT_ATT_HIDDEN,
|
'resolution_code' => OPT_ATT_HIDDEN,
|
||||||
'solution' => OPT_ATT_HIDDEN,
|
'solution' => OPT_ATT_HIDDEN,
|
||||||
|
|||||||
Reference in New Issue
Block a user