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 > ================================================================== > --- 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: [EMAIL PROTECTED] > > > > > > 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] _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
