[Rt-commit] [rtir] 03/11: Call LifecycleObj to get the queue lifecycle object
Jim Brandt
jbrandt at bestpractical.com
Thu Mar 20 16:35:45 EDT 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/incident-investigation-updates
in repository rtir.
commit 085cb001b32dcb429b8f44d9f7c48a43817aebf7
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Mar 7 16:03:21 2014 -0500
Call LifecycleObj to get the queue lifecycle object
---
html/RTIR/Incident/Create.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index 2c722df..213881d 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -109,7 +109,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
Name => 'Status',
QueueObj => $QueueObj,
DefaultValue => 0,
- Default => $ARGS{Status} || $QueueObj->Lifecycle->DefaultOnCreate,
+ Default => $ARGS{Status} || $QueueObj->LifecycleObj->DefaultOnCreate,
&>
</td>
</tr>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list