[Rt-commit] [rtir] 01/01: /Elements/SelectStatus takes Object, not QueueObj, in RT 4.2
Alex Vandiver
alexmv at bestpractical.com
Tue Dec 30 11:50:18 EST 2014
This is an automated email from the git hooks/post-receive script.
alexmv pushed a commit to branch 3.2/select-status-lifecycle
in repository rtir.
commit 266cd150d562c31b453570af8febd3a7213a905b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Dec 30 11:50:06 2014 -0500
/Elements/SelectStatus takes Object, not QueueObj, in RT 4.2
Fixes I#30575
---
html/RTIR/Create.html | 2 +-
html/RTIR/Edit.html | 2 +-
html/RTIR/Incident/Create.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index 9b0a450..990f64d 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -108,7 +108,7 @@
Default => $ARGS{Status} || $QueueObj->LifecycleObj->DefaultOnCreate,
DefaultValue => 0,
SkipDeleted => 1,
- QueueObj => $QueueObj,
+ Object => $QueueObj,
},
},
{
diff --git a/html/RTIR/Edit.html b/html/RTIR/Edit.html
index 2063712..4dd8f70 100644
--- a/html/RTIR/Edit.html
+++ b/html/RTIR/Edit.html
@@ -79,7 +79,7 @@
% } else {
<& /Elements/SelectStatus,
Name => 'Status',
- QueueObj => $Ticket->QueueObj,
+ Object => $Ticket->QueueObj,
DefaultValue => 0,
Default => $ARGS{'Status'} || $Ticket->Status,
&>
diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index 1cc79c3..552fadc 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -108,7 +108,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
<td colspan="2">
<& /Elements/SelectStatus,
Name => 'Status',
- QueueObj => $QueueObj,
+ Object => $QueueObj,
DefaultValue => 0,
Default => $ARGS{Status} || $QueueObj->LifecycleObj->DefaultOnCreate,
&>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list