X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2c16f4fbf9408bb758a0f54cae4058dccef4c2a5..97f3db9cb084efce35ef6a24c25d14308785a49a:/apps/workbench/app/controllers/projects_controller.rb?ds=sidebyside diff --git a/apps/workbench/app/controllers/projects_controller.rb b/apps/workbench/app/controllers/projects_controller.rb index 56bcd0a8f1..3122316801 100644 --- a/apps/workbench/app/controllers/projects_controller.rb +++ b/apps/workbench/app/controllers/projects_controller.rb @@ -232,6 +232,7 @@ class ProjectsController < ApplicationController last_created_at]] @next_page_href = url_for(partial: :contents_rows, last_uuid: @objects.last.uuid, + limit: @limit, filters: @next_page_filters.to_json) else @next_page_href = nil @@ -242,7 +243,7 @@ class ProjectsController < ApplicationController include_linked: true, filters: @filters, offset: @offset) - @next_page_href = next_page_href(partial: :contents_rows) + @next_page_href = next_page_href(partial: :contents_rows, filters: @filters.to_json) end preload_links_for_objects(@objects.to_a)