Merge branch 'master' into 4024-pipeline-instances-scroll
[arvados.git] / apps / workbench / app / assets / javascripts / selection.js.erb
index 38f3f4a83f72a7dd433b670e99d010b1adc65728..40724bb566b4f8903687edfc9e2e69bf331d4ff4 100644 (file)
@@ -184,7 +184,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()});
         });