[Rt-commit] [rtir] 01/01: We already look up lifecycle=incidents queues, don't fallback to "Incidents"

Shawn Moore shawn at bestpractical.com
Tue Feb 9 18:22:48 EST 2016


This is an automated email from the git hooks/post-receive script.

shawn pushed a commit to branch 3.4/reimplement-constituencies
in repository rtir.

commit 51fcb4acd3bd7641a2d73f39b2d9538e35a1d5d1
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Feb 9 23:20:24 2016 +0000

    We already look up lifecycle=incidents queues, don't fallback to "Incidents"
    
        In my opinion the special cases for the default RTIR queues should go
        away as much as possible, so that we fully support multiple IR queues as
        well as renaming those default queues
---
 html/RTIR/Incident/Create.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index 33e52e5..14636f3 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -346,8 +346,7 @@ while (my $queue = $collection->Next) {
 }
 
 if (!$QueueObj) {
-    $QueueObj->Load( 'Incidents' ) 
-        || Abort( loc("Queue could not be loaded.") );
+    Abort( loc("Queue could not be loaded.") );
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list