[Rt-devel] DBIx::SearchBuilder and RT2

Jesse Vincent jesse at bestpractical.com
Wed May 26 00:32:48 EDT 2004




On Wed, May 26, 2004 at 06:32:02AM +0200, Florian Weimer wrote:
> Elements/MyRequests in RT 2.0.15 triggers it, during a call to
> RT::Ticket::Next.  The query is constructed as follws:
> 
> my $MyTickets;
> $MyTickets = new RT::Tickets ($session{'CurrentUser'});
> $MyTickets->LimitRequestor(VALUE => $session{'CurrentUser'}->EmailAddress);
> $MyTickets->LimitStatus(VALUE => "open");
> $MyTickets->LimitStatus(VALUE => "new");
> $MyTickets->OrderBy(FIELD => 'Priority', ORDER => 'DESC');
> $MyTickets->RowsPerPage(25);

Can you send us a Data::Dumper dump of the $MyTickets right after the
RowsPerPage ?

> 
> -- 
> Current mail filters: many dial-up/DSL/cable modem hosts, and the
> following domains: bigpond.com, di-ve.com, hotmail.com, jumpy.it,
> libero.it, netscape.net, postino.it, simplesnet.pt, spymac.com,
> tatanova.com, tiscali.co.uk, tiscali.cz, tiscali.it, voila.fr, yahoo.com.

-- 


More information about the Rt-devel mailing list