Subject

Moderator: crythias

Locked
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Subject

Post by spiderpig »

Hi,
when i receive email to a ticket with another subject it always overwrites the first subject. Is it possible to let the first subject stick on every article?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Subject

Post by jojo »

have a look at Frontend::Agent::TicketOverview
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Re: Subject

Post by spiderpig »

thank you for the reply jojo,

i changed the Ticket::Frontend::OverviewSmall###ColumnHeader to Tickettitle, and worked well with the "small" preview. how can i make it woek also with "Medium" view?
OTRS 4.0 running on Centos 7
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Subject

Post by reneeb »

You have to change the .dtl (Kernel/Output/HTML/AgentTicketOverviewMedium.dtl)
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
spiderpig
Znuny expert
Posts: 198
Joined: 15 Dec 2011, 02:26
Znuny Version: OTRS 5

Re: Subject

Post by spiderpig »

ok, i'm not sure where i should change the code there, can you be more specific?
thank you :)
OTRS 4.0 running on Centos 7
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Subject

Post by reneeb »

Search for "Subject" and replace it with "TicketTitle" or "Title" (look at the Ticket-API to find the correct name).
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked