[Rt-commit] rtir branch, 5.0/show-all-queues-on-create,	created. 4.0.1rc1-157-g9bc450fb
    Craig Kaiser 
    craig at bestpractical.com
       
    Tue Jun  2 17:37:16 EDT 2020
    
    
  
The branch, 5.0/show-all-queues-on-create has been created
        at  9bc450fbcfb052a900c25667042c03c2ad153553 (commit)
- Log -----------------------------------------------------------------
commit 9bc450fbcfb052a900c25667042c03c2ad153553
Author: craig kaiser <craig at bestpractical.com>
Date:   Tue Jun 2 17:35:54 2020 -0400
    Use core SelectQueue component
    
    If the queue options are limited on the ticket display page to only
    RTIR queues then the user can end up stuck with no way to create any
    tickets in non RTIR queues.
diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index db27a16e..aa99a33d 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -104,15 +104,12 @@
     QueueObj => $QueueObj,
     fields  => [
         {   name => 'Queue',
-            comp => '/RTIR/Elements/SelectRTIRQueue',
+            comp => '/Elements/SelectQueue',
             args => {
-                Name           => 'Queue',
-                Default        => $Queue,
-                Lifecycle      => $Lifecycle,
-                ShowNullOption => 0,
-                AutoSubmit     => 1,
-                LimitToConstituency => $limit_to_constituency,
-                Constituency => $constituency,
+                    Name           => 'Queue',
+                    Default        => $Queue,
+                    ShowNullOption => 0,
+                    AutoSubmit     => 1,
             },
         },
         {
-----------------------------------------------------------------------
    
    
More information about the rt-commit
mailing list