4233: better labelling includes raw interval data and number formatting
[arvados.git] / apps / workbench / app / assets / javascripts / selection.js.erb
index 59e6425698b4825a50f306d742017eacac9218e6..ca4dce3d9bf373f2e93949cbfb27f818d78318ae 100644 (file)
@@ -183,7 +183,7 @@ function dispatch_selection_action() {
     }
     $(this).
         closest('.selection-action-container').
-        find(':checkbox:checked').
+        find(':checkbox:checked:visible').
         each(function() {
             data.push({name: param_name, value: $(this).val()});
         });