[Rt-commit] [rtir] 04/12: Carry forward SelectFooAll links in the Refine mechanism

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 dba3d07c8e52cc60b25e90edced0a422fcb9528d
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Jul 5 19:03:15 2013 -0400

    Carry forward SelectFooAll links in the Refine mechanism
    
    Without this, Reply will uncheck all the checkboxes.
    This follows on a long twisty history detailed in cff337b.
---
 html/Callbacks/RTIR/Elements/Tabs/Privileged | 1 +
 1 file changed, 1 insertion(+)

diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index 9fb6ab5..47ae46a 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -389,6 +389,7 @@ if ( $request_path =~ m{^/RTIR/(?:$re_rtir_types/)?(Display|Edit|Update|Forward|
         All => $args->{'All'},
         Status => $args->{'Status'},
         Action => $args->{'Action'},
+        map { $_ => $DECODED_ARGS->{$_} } grep { /Selected\w+All/ } keys %$DECODED_ARGS,
     );
 
     PageMenu()->child(

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


More information about the Rt-commit mailing list