Re: [rt-users] Onetime CC are giving an internal error

2017-02-16 Thread Gordon Messmer
We are running rt-4.4.0 and just noticed that selecting a One-time Cc gives an internal error in the Scrips and Recipients block. The error is: [9625] [Thu Apr 7 12:37:48 2016] [warning]: Use of uninitialized value in split at /opt/rt4/share/html/Helpers/PreviewScrips line 81.

[rt-users] [rt-announce] RT mailing lists moving over to new community forum

2017-02-16 Thread Talena Gandy
Hello! The various RT and RTIR mailing lists have been a great resource for help and discussion since March 2000 (wow!). Today we're excited to announce that we're taking a big step forward and migrating our community discussions to a web-based forum hosted using Discourse. Why the change?

Re: [rt-users] How to customize AssetSearchFields

2017-02-16 Thread Dippery, Kyle
Try: Set($AssetSearchFields, { 'CF.Inventar-Nr' => '=', Name=> 'LIKE', Description => 'LIKE', }); Cheers, Kyle -- Kyle Dippery Engineering Computing Services 219 RMB 859-257-1346 From: rt-users

[rt-users] How to customize AssetSearchFields

2017-02-16 Thread TBecker
Hello All, I try to customize the Option AssetSearchFields in the RT_SiteConfig.pm. The standard config ist: Set($AssetSearchFields, { id => '=', Name=> 'LIKE', Description => 'LIKE', }); I want to able to search for a cutom field called "Inventar-Nr". I added