Re: [rt-users] Adding (by default) custom field to the simple search

2015-01-15 Thread Christian Loos
Hi, add on top of the file this lines: package RT::Search::Simple; use strict; use warnings; no warnings 'redefine'; Chris Am 15.01.2015 um 16:14 schrieb Daniel Schwager: Hi, I updated to 4.2.6 (from 3.8.8) in our lab - look fine. Now, I'm going to add some small customizations. E.g.

[rt-users] Adding (by default) custom field to the simple search

2015-01-15 Thread Daniel Schwager
Hi, I updated to 4.2.6 (from 3.8.8) in our lab - look fine. Now, I'm going to add some small customizations. E.g. the simple Search (the search field in the web-ui on the top right) should also search for a custom field. Therefore, I added an overlay

Re: [rt-users] Adding (by default) custom field to the simple search

2015-01-15 Thread Daniel Schwager
Chris, thank you very much! Now, it work's like a charm! Best regards Danny -Original Message- From: Christian Loos [mailto:cl...@netcologne.de] Sent: Thursday, January 15, 2015 4:32 PM To: Daniel Schwager; 'rt-users@lists.bestpractical.com' Subject: Re: Adding (by default) custom