[rt-users] TimeEstimated search broken in version 3.6.1?

2006-09-25 Thread David Chandek-Stark
Searching on TimeEstimated throws this error: Unknown field: TimeEstimated. I checked the database and field does exist in the Tickets table, so I assume there is something wrong with the RT code. Thanks, David ___

Re: [rt-users] TimeEstimated search broken in version 3.6.1?

2006-09-25 Thread Jesse Vincent
David, Can you try this patch for me? You'll need to stop and start your webserver to activate the changes: === lib/RT/Tickets_Overlay.pm == --- lib/RT/Tickets_Overlay.pm (revision 27804) +++ lib/RT/Tickets_Overlay.pm (local)

Re: [rt-users] TimeEstimated search broken in version 3.6.1?

2006-09-25 Thread David Chandek-Stark
Thanks, that did it! --David Jesse Vincent [EMAIL PROTECTED] wrote on 09/25/2006 02:15:20 PM: David, Can you try this patch for me? You'll need to stop and start your webserver to activate the changes: === lib/RT/Tickets_Overlay.pm

Re: [rt-users] TimeEstimated search broken in version 3.6.1?

2006-09-25 Thread Mathew
Jesse Vincent wrote: David, Can you try this patch for me? You'll need to stop and start your webserver to activate the changes: === lib/RT/Tickets_Overlay.pm == --- lib/RT/Tickets_Overlay.pm (revision 27804) +++