From 6fff9d6a204ed9d63785ec39cccb31ac087d404c Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 9 Aug 2011 08:34:14 +0000 Subject: [PATCH] Make the 'agent_id' visible in the state "new" to allow the creation and assigment of a ticket in one click. SVN:trunk[1439] --- modules/itop-tickets-1.0.0/model.itop-tickets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/itop-tickets-1.0.0/model.itop-tickets.php b/modules/itop-tickets-1.0.0/model.itop-tickets.php index c1af3edcf9..8d6ebebf47 100644 --- a/modules/itop-tickets-1.0.0/model.itop-tickets.php +++ b/modules/itop-tickets-1.0.0/model.itop-tickets.php @@ -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,