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
how I can change the default value of Ticket::Frontend::CustomerTicketOverviewSortable in code
Moderator: crythias
-
- 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
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'.
~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