[Solved] Show/Hide FreeTextField in Ticket information panel

Moderator: crythias

Locked
LionelC
Znuny newbie
Posts: 10
Joined: 23 Aug 2011, 08:17
Znuny Version: 3.0.9

[Solved] Show/Hide FreeTextField in Ticket information panel

Post by LionelC »

Hi,
I want to customize the panel "ticket information" on the right side of the screen Ticket.
In fact i want to hide some field added by "ITSMIncidentProblemManagement", and show other one i've created.

I've seen on this forum there is something to do in sysconfig ->Frontend::Agent::Ticket::ViewZoom, but in this screen i've nothing about the freetextfield. While in the Frontend::Customer::Ticket::ViewZoom i can choose which free field i want to see.

Someone could help me please?
Last edited by LionelC on 24 Feb 2012, 16:19, edited 3 times in total.
yuri0001
Znuny superhero
Posts: 630
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Re: Show/Hide FreeTextField in Ticket information panel

Post by yuri0001 »

Hi!
This customization is only available by deleting or commenting some lines in module AgentTicketZoom.dtl that displaying FreeText Fields (all of activated in AdminConfig or some of them - see commented ## block of lines in module as example). ITSM fields, such as Criticality & so on you need to comment each field you do not want to display in TicketInfo. :?
P.S. This customization you would save in new file with same name & place it in Custom directory (see Manual - Custom Theme)
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
LionelC
Znuny newbie
Posts: 10
Joined: 23 Aug 2011, 08:17
Znuny Version: 3.0.9

Re: Show/Hide FreeTextField in Ticket information panel

Post by LionelC »

Thanks a lot it work like a charm :)
Locked