From b83ac447e85bfb745630162dce4ff90d8b48631f Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 1 Aug 2011 15:46:23 +0000 Subject: [PATCH] Don't make the case log hidden, since it's not hidden in the portal ! SVN:trunk[1411] --- modules/itop-tickets-1.0.0/model.itop-tickets.php | 1 - 1 file changed, 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 0fa832dbf..c1af3edcf 100644 --- a/modules/itop-tickets-1.0.0/model.itop-tickets.php +++ b/modules/itop-tickets-1.0.0/model.itop-tickets.php @@ -224,7 +224,6 @@ abstract class ResponseTicket extends Ticket "attribute_inherit" => null, "attribute_list" => array( 'ref' => OPT_ATT_READONLY, - 'ticket_log' => OPT_ATT_HIDDEN, 'caller_id' => OPT_ATT_MANDATORY, 'related_change_id' => OPT_ATT_HIDDEN, 'description' => OPT_ATT_MUSTCHANGE,