[Rt-commit] [rtir] 04/08: Call LifecycleObj to get the lifecycle object from the queue

Kevin Falcone falcone at bestpractical.com
Fri Mar 28 17:06:04 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch master
in repository rtir.

commit 64cddcc9cf4a52a78c1fbd4f3bc9a14a1630f624
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Mar 4 14:25:47 2014 -0500

    Call LifecycleObj to get the lifecycle object from the queue
---
 lib/RT/IR.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 6e417e4..58c15f2 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -184,7 +184,7 @@ sub Statuses {
         }
         next unless $queue->id;
 
-        my $cycle = $queue->Lifecycle;
+        my $cycle = $queue->LifecycleObj;
         push @initial, $cycle->Initial if $arg{'Initial'};
         push @active, $cycle->Active if $arg{'Active'};
         push @inactive, $cycle->Inactive if $arg{'Inactive'};

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list