5010: remove_items sets the expired_at date if available
[arvados.git] / apps / workbench / app / controllers / search_controller.rb
index 5327e8d7752a6d81a7b11d914932c99bc3b9c9c4..9e2ff1b00b7e38c31129a3694833023aaebbc825 100644 (file)
@@ -22,6 +22,7 @@ class SearchController < ApplicationController
 
   def next_page_href with_params={}
     super with_params.merge(last_object_class: @objects.last.class.to_s,
-                                  filters: @filters.to_json)
+                            project_uuid: params[:project_uuid],
+                            filters: @filters.to_json)
   end
 end