[rt-users] RT 3.4.0 rc's not completing search queries oncustomfields?

Jesse Vincent jesse at bestpractical.com
Fri Jan 7 17:55:40 EST 2005




On Fri, Jan 07, 2005 at 01:10:56PM -0500, Jesse Vincent wrote:
> There's actually a bit more to it than that. You need to make sure that
> you're actually limiting only to cfs on objects of type ticket.

And looking into it in more detail, All of commit 1967 was in error. It
was a really bogus merge. And the fact that no tests are failing means
we're missing coverage.  Once I spend a bit of my evening doing
something more enjoyable than coding, I'll get this fixed up.

	Jesse
> 
> 
> On Fri, Jan 07, 2005 at 12:46:04PM -0500, David Snyder wrote:
> > Attached is a patch for Tickets_Overlay.pm which seems to correct the 
> > behavior of searching on Ticket Custom Fields.
> > 
> > David
> 
> > 874,875c874,875
> > < 		   TABLE2 => 'TicketCustomFieldValues',
> > < 		   FIELD2 => 'Ticket' );
> > ---
> > > 		   TABLE2 => 'ObjectCustomFieldValues',
> > > 		   FIELD2 => 'ObjectId' );
> 
> 
> -- 
> 

-- 



More information about the rt-users mailing list