Ticket Template doesnt show Dynamic Fields in CustomerView

Moderator: crythias

Locked
chvasileiou
Znuny newbie
Posts: 1
Joined: 27 Sep 2012, 17:48
Znuny Version: 3.1.10
Real Name: Christos Vasileiou

Ticket Template doesnt show Dynamic Fields in CustomerView

Post by chvasileiou »

I have installed OTRS 3.1.19 with KIX4OTRS 4.2.1.
I define free-text Dynamic Field for some Ticket Templates.
When displaying a New Agent Phone/Email Ticket the Dynamic Fields are shown as expected as part of the Ticket Template.
But when I try to create a Customer Ticket from the Ticket Template Module Dynamic Fields are not shown.
Strangely they are displayed when I click for a New Customer Ticket.

Why doesn't the Customer Ticket Template display any Dynamic Fields?
tto
Znuny wizard
Posts: 315
Joined: 09 Jan 2007, 15:24
Znuny Version: OTRS 5.0.x
Real Name: Torsten
Company: c.a.p.e. IT GmbH
Location: Chemnitz
Contact:

Re: Ticket Template doesnt show Dynamic Fields in CustomerVi

Post by tto »

Hi,

this is an error (or to be more precise a missing configuration option) in KIX4OTRS. It should work if you changed the following lines in file <OTRSHOME>/KIX4OTRS/Kernel/Output/HTML/Standard/CustomerTicketMessageQuickSelection.dtl from...

Code: Select all

<a class="Button FixedWidth250" href="$Env{"Baselink"}Action=CustomerTicketMessageQuick;DefaultSet=$QData{"DefaultSetID"}" title="$Text{"$Data{"Description"}"}">$Text{"$Data{"Title"}"}</a>
...to...

Code: Select all

 <a class="Button FixedWidth250" href="$Env{"Baselink"}Action=CustomerTicketMessage;DefaultSet=$QData{"DefaultSetID"}" title="$Text{"$Data{"Description"}"}">$Text{"$Data{"Title"}"}</a>
...sorry for the inconvenience - the bug will be removed in upcoming version 4.2.3 and 4.3.0 (both for OTRS 3.1.x).

regards, T.
--
KIX 17.x (fork of OTRS)
Professional KIX-, or OTRS-integration, development and consulting by c.a.p.e. IT - http://www.cape-it.de
For questions and hints regarding KIX(4OTRS) please go to https://forum.kixdesk.com/
Bei Fragen und Hinweisen zu KIX(4OTRS) bitte an https://forum.kixdesk.com/ wenden.
Locked