[Rt-commit] rtir branch, 5.0/rt-create-ticket-link, updated. 4.0.1rc1-150-g1164348a

? sunnavy sunnavy at bestpractical.com
Fri Jun 12 15:54:16 EDT 2020


The branch, 5.0/rt-create-ticket-link has been updated
       via  1164348ae2339296efaec63a11b32eea1b70a81f (commit)
      from  aebb4794467ae47558b34c3318e35c7f58d1dffd (commit)

Summary of changes:
 html/RTIR/Create.html          | 1 -
 html/RTIR/Incident/Create.html | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 1164348ae2339296efaec63a11b32eea1b70a81f
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Jun 13 02:20:25 2020 +0800

    Don't limit lifecycle for queue select on create pages
    
    It's more convenient to show all(or limited by Constituency) RTIR
    queues, so user could easily switch.

diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index db27a16e..77e848c4 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -108,7 +108,6 @@
             args => {
                 Name           => 'Queue',
                 Default        => $Queue,
-                Lifecycle      => $Lifecycle,
                 ShowNullOption => 0,
                 AutoSubmit     => 1,
                 LimitToConstituency => $limit_to_constituency,
diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index a4ecd5a6..a8bc8a59 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -130,7 +130,7 @@ if ( $ChildObj && $ChildObj->id && !$ChildObj->CurrentUserHasRight('ModifyTicket
       <&|/l&>Queue</&>:
     </div>
     <div class="value col-md-9">
-      <& /RTIR/Elements/SelectRTIRQueue, Name => "Queue", Default => $queue, Lifecycle => $QueueObj->Lifecycle, AutoSubmit => 1, ShowNullOption => 0,
+      <& /RTIR/Elements/SelectRTIRQueue, Name => "Queue", Default => $queue, AutoSubmit => 1, ShowNullOption => 0,
                                          LimitToConstituency => $limit_to_constituency, Constituency => $constituency &>
     </div>
   </div>

-----------------------------------------------------------------------


More information about the rt-commit mailing list