closes #5753
[arvados.git] / apps / workbench / app / controllers / application_controller.rb
index 69c273c65e376cf33065d180551a6edfe4bc6369..db00be390a7e6846c2c8983efb90c2f213fd4336 100644 (file)
@@ -1094,7 +1094,7 @@ class ApplicationController < ActionController::Base
     pdhs.each do |x|
       @all_pdhs_for[x] = []
     end
-    # TODO: make sure we get every page of results from API server
+
     Collection.select(%w(portable_data_hash)).where(portable_data_hash: pdhs).distinct().each do |collection|
       @all_pdhs_for[collection.portable_data_hash] << collection
     end