[Rt-commit] r5701 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Sun Aug 6 23:01:39 EDT 2006


Author: ruz
Date: Sun Aug  6 23:01:37 2006
New Revision: 5701

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder/Queue.pm

Log:
 r3597 at cubic-pc:  cubic | 2006-08-07 06:02:26 +0400
 * custom fields have no Queue field anymore,
   use LimitToQueue method instead.


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder/Queue.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder/Queue.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder/Queue.pm	Sun Aug  6 23:01:37 2006
@@ -38,7 +38,7 @@
 
 # Custom Fields
     $objs = RT::CustomFields->new( $self->CurrentUser );
-    $objs->Limit( FIELD => 'Queue', VALUE => $self->id );
+    $objs->LimitToQueue( $self->id );
     push( @$list, $objs );
 
     $deps->_PushDependencies(


More information about the Rt-commit mailing list