Quote previous E-mail in response template per Queue

Moderator: crythias

Locked
caesar305
Znuny newbie
Posts: 7
Joined: 05 Feb 2015, 08:11
Znuny Version: 4.0.5

Quote previous E-mail in response template per Queue

Post by caesar305 »

Hello, is there a way to remove the previous email's response from the response template? For example, if I am responding to an email, OTRS adds the previous email in the bottom of the message. I need to remove this functionality only for certain queues.

I know you can remove the $QData{"Body"} in the sysconfig but it seems to modify all queues, I only need to do this for one queue.
caesar305
Znuny newbie
Posts: 7
Joined: 05 Feb 2015, 08:11
Znuny Version: 4.0.5

Re: Quote previous E-mail in response template per Queue

Post by caesar305 »

Anyone?
Sascha79
Znuny newbie
Posts: 38
Joined: 23 Jul 2009, 09:21
Znuny Version: 5.0.22 (GIT)
Real Name: Sascha

Re: Quote previous E-mail in response template per Queue

Post by Sascha79 »

Interesting question... listening.
"Production": OTRS5 (Ubuntu 16.04.4 Server (LTS) / Apache2 / MySQL 5+
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Quote previous E-mail in response template per Queue

Post by crythias »

This is the configuration of the module. To have a different interface for a different queue would (depending on your view of "easy") probably be best by duplicating the module to the same path in Custom, renaming it there (including internal to the module code), creating a new Config\Files\[something].xml to point to the renamed module, changing the parameters in SysConfig for the renamed module, and applying queue-groups to the appropriate modules.

I probably missed a step, but for a "what would i do?" that's about the least effort...

For the .xml, there are samples on the forum, and you can snip a copy from existing ticket.xml or framework.xml. First couple of lines, module section, and last line is relevant.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked