how I can change the default value of Ticket::Frontend::CustomerTicketOverviewSortable in code

Moderator: crythias

Locked
grathi
Znuny newbie
Posts: 38
Joined: 14 Jan 2015, 10:21
Znuny Version: 2.3.4

how I can change the default value of Ticket::Frontend::CustomerTicketOverviewSortable in code

Post by grathi »

I am new bee in otrs
I wish to change default value of Ticket::Frontend::CustomerTicketOverviewSortable in code and also add some dynamic fields by default in Ticket::Frontend::CustomerTicketOverview###DynamicField
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: how I can change the default value of Ticket::Frontend::CustomerTicketOverviewSortable in code

Post by RStraub »

Well, I don't see why you want to do that, but it's defined in:
~OTRSHOME/Kernel/Config/Files/Ticket.xml

Search that file for 'Ticket::Frontend::CustomerTicketOverviewSortable', edit the value you want and rebuild config.

Be aware though that these changes will be overwritten on your next upgrade. Alternatively you could create your own .xml file to overwrite the native settings. That can be done when you set the init attribute to 'Config'.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
grathi
Znuny newbie
Posts: 38
Joined: 14 Jan 2015, 10:21
Znuny Version: 2.3.4

Re: how I can change the default value of Ticket::Frontend::CustomerTicketOverviewSortable in code

Post by grathi »

Thanks
Locked