[SOLVED] Strange behaviour in reply from template

Moderator: crythias

Locked
bedmakaveli
Znuny newbie
Posts: 2
Joined: 24 Nov 2016, 00:19
Znuny Version: 5.0.14

[SOLVED] Strange behaviour in reply from template

Post by bedmakaveli »

Hi to everyone,
I'm pretty new to the OTRS world, and I'm trying to discover it by myself as much as I can until now :P
I'll do a little foreword:
In my system, migrated from an old 2.4.4 version step by step until the latest one, I' ve configured multiple queues with subqueues like this example:
A
A::B
A::C
My configured fetch put all the incoming email into the A queues, and on this I've defined an auto reply. Then I move manually the ticket to the appropriate queue.
I've defined various answer template too.
Now, when I receive a new ticket, I select my reply template answer, but it shows me the autoreply text that quote the ticket text, and then my answer template.
How can I set to view only my template text defined?

Hoping to be quite clear on explanation, and in someone that can help me, I appreciate all that support and the works of this community!
Thanks in advance.

Matteo
Last edited by bedmakaveli on 08 Dec 2016, 14:18, edited 1 time in total.
bedmakaveli
Znuny newbie
Posts: 2
Joined: 24 Nov 2016, 00:19
Znuny Version: 5.0.14

Re: Strange behaviour in reply from template

Post by bedmakaveli »

Hi to all,
finally I find what quoted my "auto-response" template.
Stupidly I was focused on some strange behaviour caused by the massive update of the otrs version.
Instead, the error, wasn't effectly an error, but a configuration to change in Frontend::Agent::Ticket::ViewCompose.
Into the ResponseFormat, I've to remove the [% Data.Salutation | html %] field and then all is working as I expected.

Cheers.
Locked