[Rt-commit] [rtir] 07/12: Pass a requested argument to Refine.html

Kevin Falcone falcone at bestpractical.com
Fri Jul 12 10:40:03 EDT 2013


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

falcone pushed a commit to branch 2.9/edit-search-regressions
in repository rtir.

commit eeb36ab5e01fac3cacf1ff3c328a59d7a1143a03
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Jul 11 18:01:11 2013 -0400

    Pass a requested argument to Refine.html
    
    In 0d7b8d5 Refine.html was created expecting a Queue argument, but it
    was never passed in from Tabs.
---
 html/Callbacks/RTIR/Elements/Tabs/Privileged | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index 957f13c..0abf23e 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -354,7 +354,7 @@ if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update|Forward|
     );
     PageMenu()->child(
         edit_search => title => loc('Edit Search'),
-        path => "/RTIR/Merge/Refine.html?". $query_string->( %args ),
+        path => "/RTIR/Merge/Refine.html?". $query_string->( %args, Queue => $ticket->Queue ),
     );
     PageMenu()->child(
         back => title => loc('Back to ticket #[_1]', $id),

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


More information about the Rt-commit mailing list