[Rt-commit] [rtir] 07/11: Call LifecycleObj to get queue lifecycle
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 6d300b60e9aa2eed2e2523dc56fa413a88254029
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Mar 10 09:04:16 2014 -0400
Call LifecycleObj to get queue lifecycle
---
html/RTIR/Investigation/Elements/Create | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/RTIR/Investigation/Elements/Create b/html/RTIR/Investigation/Elements/Create
index 88f4149..dc37a64 100644
--- a/html/RTIR/Investigation/Elements/Create
+++ b/html/RTIR/Investigation/Elements/Create
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<input type="hidden" name="<% $NamePrefix %>Queue" value="<% $QueueObj->id %>" />
-<input type="hidden" name="<% $NamePrefix %>Status" value="<% $ARGS{ $NamePrefix .'Status' } || $QueueObj->Lifecycle->DefaultOnCreate %>" />
+<input type="hidden" name="<% $NamePrefix %>Status" value="<% $ARGS{ $NamePrefix .'Status' } || $QueueObj->LifecycleObj->DefaultOnCreate %>" />
<div class="ticket-create-basics">
<&| /Widgets/TitleBox, title => loc("Basics"), class => 'ticket-info-basics' &>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list