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

Kevin Falcone falcone at bestpractical.com
Fri Mar 28 17:44:31 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 e31eae316800bd64a71d7e8b37d566a9e5459f7f
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Mar 7 14:02:33 2014 -0500

    Call LifecycleObj to get the queue lifecycle object
---
 html/RTIR/Create.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index ee4b67a..67ca31d 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -104,7 +104,7 @@
             comp => '/Elements/SelectStatus',
             args => {
                 Name         => "Status",
-                Default      => $ARGS{Status} || $QueueObj->Lifecycle->DefaultOnCreate,
+                Default      => $ARGS{Status} || $QueueObj->LifecycleObj->DefaultOnCreate,
                 DefaultValue => 0,
                 SkipDeleted  => 1,
                 QueueObj     => $QueueObj,

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


More information about the rt-commit mailing list