Search found 2 matches

by balazj
24 Jan 2014, 12:49
Forum: Help
Topic: Kernel::System::SysConfig
Replies: 1
Views: 813

Kernel::System::SysConfig

Hi, I'm trying to add new pair (key, value) to SysConfig via code in pl file. Now, I created SysConfig object, and when I do something like: $Self->{SysConfigObject}->ConfigItemUpdate( Valid => 1, Key => 'DashboardBackend###0110-TicketEscalation', Value => { DefaultColumns => { Stop => "1"...
by balazj
30 Dec 2013, 14:51
Forum: Help
Topic: Dashboard Column Default Order
Replies: 7
Views: 8254

Re: Dashboard Column Default Order

Actually I found way to make default column order. One solution is to make new user, order columns as you wish, and then add few lines in /Kernel/System/User.pm. Inside User.pm find UserAdd method. Before final return, add following code: # Get default preferences from agent 'default' whos UserID is...