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?
Subject
Moderator: crythias
Re: Subject
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Subject
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?
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
-
- 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
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Re: Subject
ok, i'm not sure where i should change the code there, can you be more specific?
thank you
thank you

OTRS 4.0 running on Centos 7
-
- 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
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de