[ARVADOS] updated: 76588ec068a21183977401d5c403e2fe57cd61fd

git at public.curoverse.com git at public.curoverse.com
Thu Dec 11 16:49:27 EST 2014


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

       via  76588ec068a21183977401d5c403e2fe57cd61fd (commit)
      from  db14525950d4fe557e0e684932bbc9a2a42547dd (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 76588ec068a21183977401d5c403e2fe57cd61fd
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Thu Dec 11 16:46:36 2014 -0500

    4804: search dialog retains project_uuid param in next_page_href.

diff --git a/apps/workbench/app/controllers/search_controller.rb b/apps/workbench/app/controllers/search_controller.rb
index 5327e8d..9e2ff1b 100644
--- a/apps/workbench/app/controllers/search_controller.rb
+++ b/apps/workbench/app/controllers/search_controller.rb
@@ -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

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list