question about agentZoom - devel question

I am trying to modify AgentZoom.pm so that whenever agent zoom in a ticket, it will display all articles for the ticket. Instead of just the url link. Any suggestions? I am trying to modify the following function: $Output .= $Self->{LayoutObject}->AgentZoom( TicketID => $Self->{TicketID}, QueueID => $QueueID, MoveQueues => \%MoveQueues, StdResponses => \%StdResponses, ArticleBox => \@ArticleBox, ArticleID => $Self->{ArticleID}, %Ticket, %UserInfo, CustomerData => \%CustomerData, ); But where is it defined? i.e., LayoutObject and AgentZoom? Thanks. Alex

On Tuesday, January 13, 2004 8:01 PM
Alex Zheng
I am trying to modify AgentZoom.pm so that whenever agent zoom in a ticket, it will display all articles for the ticket. Instead of just the url link. Any suggestions?
In Config.pm, set: $Self->{TicketZoomExpand} = 1; Should be what you want, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Alex Zheng
-
Robert Kehl