Selaa lähdekoodia

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1439 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 vuotta sitten
vanhempi
commit
52ab02b9db
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      modules/itop-tickets-1.0.0/model.itop-tickets.php

+ 1 - 1
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,