20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / app / helpers / pipeline_instances_helper.rb
index ac0cbbcccd46451028be3d2acc7afc89c38f839f..8e89331cb6464512cb6991319399dc133b450a16 100644 (file)
@@ -92,7 +92,7 @@ module PipelineInstancesHelper
       c[:job][:uuid] if c.is_a?(Hash) and c[:job].is_a?(Hash)
     }.compact
     job = {}
-    Job.where(uuid: jobuuids).each do |j|
+    Job.where(uuid: jobuuids).with_count("none").each do |j|
       job[j[:uuid]] = j
     end