TimeEstimated search broken in version 3.6.1?

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

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


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

PGP.sig (186 Bytes)

Thanks, that did it!

–DavidJesse Vincent jesse@bestpractical.com 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

— 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


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

[attachment “PGP.sig” deleted by David Chandek-
Stark/Libraries/Provost/Academic/Univ/Duke]

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’, ],

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


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com



The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@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