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

Mathew jokermjs19 at comcast.net
Mon Sep 25 22:17:45 EDT 2006


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)
> +++ lib/RT/Tickets_Overlay.pm   (local)
> @@ -112,6 +112,7 @@
>      Priority        => [ 'INT', ],
>      TimeLeft        => [ 'INT', ],
>      TimeWorked      => [ 'INT', ],
> +    TimeEstimated   => [ 'INT', ],
>      MemberOf        => [ 'LINK' => To => 'MemberOf', ],
>      DependsOn       => [ 'LINK' => To => 'DependsOn', ],
>      RefersTo        => [ 'LINK' => To => 'RefersTo', ],
> 
> 
> 
> On Sep 25, 2006, at 1:06 PM, David Chandek-Stark wrote:
> 
>> 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
>> _______________________________________________
>> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>>
>> Community help: http://wiki.bestpractical.com
>> Commercial support: sales at bestpractical.com
>>
>>
>> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
>> Buy a copy at http://rtbook.bestpractical.com
>>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
> 
> 
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
> Buy a copy at http://rtbook.bestpractical.com

While slightly off topic but still somewhat on, what is the status of
the error thrown by searching on RequestorEmailAddress.  I've lost track
of that one.

-- 
Mathew




More information about the rt-users mailing list