[Rt-commit] [rtir] 04/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 73407a73fa892ad1ea3d20a7f82f19b62f12e98b
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 cd4f51d..2268c17 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