From 97f3db9cb084efce35ef6a24c25d14308785a49a Mon Sep 17 00:00:00 2001 From: radhika Date: Mon, 27 Oct 2014 16:38:38 -0400 Subject: [PATCH] 4091: retain filters in project contents collections and similar tabs. --- apps/workbench/app/controllers/projects_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/workbench/app/controllers/projects_controller.rb b/apps/workbench/app/controllers/projects_controller.rb index d619800955..3122316801 100644 --- a/apps/workbench/app/controllers/projects_controller.rb +++ b/apps/workbench/app/controllers/projects_controller.rb @@ -243,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) -- 2.30.2