[Rt-commit] [rtir] 01/02: Fix compat of 3.4 with RT's custom roles
Shawn Moore
shawn at bestpractical.com
Tue Dec 8 17:38:57 EST 2015
This is an automated email from the git hooks/post-receive script.
shawn pushed a commit to branch 3.4/custom-roles
in repository rtir.
commit 47bb8d9ba694f2203db3a1e1b46d29ecc5152c35
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Fri Dec 4 23:03:27 2015 +0000
Fix compat of 3.4 with RT's custom roles
Fixes: I#31525
---
html/RTIR/Create.html | 3 +++
html/RTIR/Incident/Create.html | 1 +
2 files changed, 4 insertions(+)
diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index b2a943b..6ba28fb 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -97,6 +97,7 @@
<& /Ticket/Elements/EditBasics,
InTable => 1,
+ QueueObj => $QueueObj,
fields => [
{ name => 'Queue',
comp => '/RTIR/Elements/SelectRTIRQueue',
@@ -156,6 +157,7 @@
<table width="100%" border="0">
<& /Ticket/Elements/EditBasics,
InTable => 1,
+ QueueObj => $QueueObj,
fields => [
{
name => 'Starts',
@@ -175,6 +177,7 @@
<table width="100%" border="0">
<& /Ticket/Elements/EditBasics,
InTable => 1,
+ QueueObj => $QueueObj,
fields => [
{
name => 'Time Estimated',
diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index db6fd8d..810afdb 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -198,6 +198,7 @@ if ( $ChildObj && $ChildObj->id && !$ChildObj->CurrentUserHasRight('ModifyTicket
<&| /Widgets/TitleBox, title => loc('Details'), class => 'ticket-info-details' &>
<& /Ticket/Elements/EditBasics,
InTable => 0,
+ QueueObj => $QueueObj,
fields => [
{
name => 'Priority',
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list