X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4cbb39443fdd218773b4d192330e5e3632fdaaf7..1bb7352bf1425dc9acf028f863eaff1e5c207571:/apps/workbench/app/controllers/projects_controller.rb diff --git a/apps/workbench/app/controllers/projects_controller.rb b/apps/workbench/app/controllers/projects_controller.rb index 74489a587f..600af8d60b 100644 --- a/apps/workbench/app/controllers/projects_controller.rb +++ b/apps/workbench/app/controllers/projects_controller.rb @@ -237,7 +237,9 @@ class ProjectsController < ApplicationController include_linked: true, filters: @filters, offset: @offset) - @next_page_href = next_page_href(partial: :contents_rows, filters: @filters.to_json) + @next_page_href = next_page_href(partial: :contents_rows, + filters: @filters.to_json, + order: @order.to_json) end preload_links_for_objects(@objects.to_a)