[Rt-commit] [rtir] 03/12: Remove an erroneous arg added in	1dda1b71ab0626
    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 49d751390a97b45f8ef087045792a4484bab7742
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Jul 5 18:29:09 2013 -0400
    Remove an erroneous arg added in 1dda1b71ab0626
    
    Passing just this one argument means that we'll always just select
    Incident Reports when clicking on Reply.  It's much more helpful if
    clicking Reply selects the current set of selected lists.
---
 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 d48b24a..9fb6ab5 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -393,7 +393,7 @@ if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update|Forward|
 
     PageMenu()->child(
         link => title => loc('Reply'),
-        path => "/RTIR/Incident/Reply/?SelectedReportsAll=1&". $query_string->( %args ),
+        path => "/RTIR/Incident/Reply/?". $query_string->( %args ),
     );
     PageMenu()->child(
         edit_search => title => loc('Edit Search'),
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Rt-commit
mailing list