[Rt-commit] [rtir] 01/08: Call LifecycleObj to get the queue lifecycle object
Jim Brandt
jbrandt at bestpractical.com
Fri Mar 7 15:04:14 EST 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/get-create-working
in repository rtir.
commit fa79fd4f7ffcd494d0e59623c176ca62c1f9dddb
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Mar 7 13:53:41 2014 -0500
Call LifecycleObj to get the queue lifecycle object
---
html/Callbacks/RTIR/Elements/Tabs/Privileged | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index 29c1083..8f9fa3d 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -232,7 +232,7 @@ if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update|Forward|
my $i = 0;
my $status = $ticket->Status;
- my $lifecycle = $queue->Lifecycle;
+ my $lifecycle = $queue->LifecycleObj;
foreach my $info ( $lifecycle->Actions( $status ) ) {
my $next = $info->{'to'};
next unless $lifecycle->IsTransition( $status => $next );
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list