Merge branch 'master' into 3400-workbench-all-items
[arvados.git] / apps / workbench / app / controllers / application_controller.rb
index 751b494bf4f03bcf5975b0bde5ba857362867404..5cd11c1d9835abd55d89bf369dba0884f58e8271 100644 (file)
@@ -257,6 +257,7 @@ class ApplicationController < ActionController::Base
       if params[:partial]
         f.json {
           find_objects_for_index if !@objects
+          @objects.fetch_multiple_pages(false)
           render json: {
             content: render_to_string(partial: "choose_rows.html",
                                       formats: [:html]),