[Rt-commit] [rtir] 01/01: Fix compat of 3.4 with RT's custom roles
    Shawn Moore 
    shawn at bestpractical.com
       
    Fri Dec  4 18:11:35 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 bc80af1c0826335a667e55d48d13f89f59215c54
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 +++
 1 file changed, 3 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',
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the rt-commit
mailing list