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

Jesse Vincent jesse at bestpractical.com
Mon Sep 25 14:15:20 EDT 2006


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
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060925/6b2d9b68/attachment.sig>


More information about the rt-users mailing list