[ARVADOS] updated: db14525950d4fe557e0e684932bbc9a2a42547dd

git at public.curoverse.com git at public.curoverse.com
Thu Dec 11 14:40:39 EST 2014


Summary of changes:
 apps/workbench/app/controllers/search_controller.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  db14525950d4fe557e0e684932bbc9a2a42547dd (commit)
      from  366ba84cfb41905bf5aca2d296d4384b9fccb380 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit db14525950d4fe557e0e684932bbc9a2a42547dd
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Thu Dec 11 14:38:21 2014 -0500

    4476: include filters in search next_page_href url.

diff --git a/apps/workbench/app/controllers/search_controller.rb b/apps/workbench/app/controllers/search_controller.rb
index 6f209a5..5327e8d 100644
--- a/apps/workbench/app/controllers/search_controller.rb
+++ b/apps/workbench/app/controllers/search_controller.rb
@@ -21,6 +21,7 @@ class SearchController < ApplicationController
   end
 
   def next_page_href with_params={}
-    super with_params.merge(last_object_class: @objects.last.class.to_s)
+    super with_params.merge(last_object_class: @objects.last.class.to_s,
+                                  filters: @filters.to_json)
   end
 end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list