[Rt-commit] [rtir] 04/24: Progressively replacing queue-based searches

Jesse Vincent jesse at bestpractical.com
Mon Feb 9 00:25:17 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 d92806d56199aa983b9c6fdf5369ffc773ad9346
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Feb 6 14:15:57 2015 -0800

    Progressively replacing queue-based searches
    
    This commit makes additional changes to searches to
    use the new lifecycle-based search infrastructure
---
 html/RTIR/Link/ToIncident/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/html/RTIR/Link/ToIncident/index.html b/html/RTIR/Link/ToIncident/index.html
index 9c32953..64abac9 100644
--- a/html/RTIR/Link/ToIncident/index.html
+++ b/html/RTIR/Link/ToIncident/index.html
@@ -72,7 +72,7 @@
     Page          => $Page,
     OrderBy       => $OrderBy,
     Order         => $Order,
-    BaseURL       => "RTIR/Link/ToIncident/?id=$id&Queue=Incidents",
+    BaseURL       => "RTIR/Link/ToIncident/?id=$id&Lifecycle=incidents",
     ShowNavigation  => 1,
 &>
 
@@ -93,11 +93,11 @@ my $Type = RT::IR::TicketType( Ticket => $Ticket );
 my $title = loc( "Link [_1] #[_2] to selected Incident", $Type, $id );
 
 my $BaseQuery = RT::IR->Query(
-    Queue => 'Incidents',
+    Lifecycle => 'incidents',
     HasNoMember => $id,
     Costituency => $Ticket,
 );
-$Query ||= RT::IR->ActiveQuery( Queue => 'Incidents' );
+$Query ||= RT::IR->ActiveQuery( Lifecyce => 'incidents' );
 
 </%INIT>
 <%ARGS>

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


More information about the rt-commit mailing list