[ARVADOS] updated: 97f3db9cb084efce35ef6a24c25d14308785a49a

git at public.curoverse.com git at public.curoverse.com
Mon Oct 27 16:39:40 EDT 2014


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

       via  97f3db9cb084efce35ef6a24c25d14308785a49a (commit)
      from  e1020f4ad01b6f583a9d3c2bf6d146cd9e0d9331 (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 97f3db9cb084efce35ef6a24c25d14308785a49a
Author: radhika <radhika at curoverse.com>
Date:   Mon Oct 27 16:38:38 2014 -0400

    4091: retain filters in project contents collections and similar tabs.

diff --git a/apps/workbench/app/controllers/projects_controller.rb b/apps/workbench/app/controllers/projects_controller.rb
index d619800..3122316 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)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list