[Rt-commit] [rtir] 20/24: Switch RTIR Lookup to create by lifecycle

Jesse Vincent jesse at bestpractical.com
Mon Feb 9 00:25:25 EST 2015


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

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit 1a01f3d31ff834a58cbce774b7c8aa0bd4a65a73
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sun Feb 8 19:40:49 2015 -0800

    Switch RTIR Lookup to create by lifecycle
---
 html/RTIR/Tools/Lookup.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Tools/Lookup.html b/html/RTIR/Tools/Lookup.html
index b97167b..5b3c736 100644
--- a/html/RTIR/Tools/Lookup.html
+++ b/html/RTIR/Tools/Lookup.html
@@ -76,7 +76,7 @@ if ( $ARGS{'InvestigateTo'} ) {
     return RT::Interface::Web::Redirect(
         RT->Config->Get('WebURL')."RTIR/Create.html?"
         . $m->comp('/Elements/QueryString',
-            Queue => 'Investigations',
+            Lifecycle => 'investigations',
             Requestors => $requestors,
             Incident => $ARGS{'incidentid'},
         )

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


More information about the rt-commit mailing list