[SOLVED] CustomerTicketOverview column headers

Moderator: crythias

Locked
ioudas
Znuny newbie
Posts: 5
Joined: 25 Jan 2013, 12:41
Znuny Version: 3.1.12

[SOLVED] CustomerTicketOverview column headers

Post by ioudas »

Hi,
is there a way to enable column headers on CustomerTicketOverview without customization?
Right now the table shows ticket number, subject, status, etc... but there are no column names, the user must figure it out herself.

Thanks!
Last edited by ioudas on 07 Feb 2013, 18:35, edited 1 time in total.
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: CustomerTicketOverview column headers

Post by reneeb »

Upgrade to OTRS >= 3.1.9. There is a SysConfig option for ColumnHeader (Ticket::Frontend::CustomerTicketOverview or something like that)
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
ioudas
Znuny newbie
Posts: 5
Joined: 25 Jan 2013, 12:41
Znuny Version: 3.1.12

Re: CustomerTicketOverview column headers

Post by ioudas »

reneeb wrote:Upgrade to OTRS >= 3.1.9. There is a SysConfig option for ColumnHeader (Ticket::Frontend::CustomerTicketOverview or something like that)
Thank you for your answer renneb.
My is version 3.2.0.beta2. The option you mentioned doesn't seem to be doing what I'm looking for, however thanks to your hint, I tried enabling Ticket::Frontend::CustomerTicketOverviewSortable aimlessly and it actually added the headers to the columns, which is exactly what I wanted!

Thanks!
Locked