[ARVADOS] updated: 2.1.0-502-g29634bb07

Git user git at public.arvados.org
Sun Mar 21 02:11:22 UTC 2021


Summary of changes:
 services/api/app/controllers/arvados/v1/groups_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  29634bb07a1f3c9be44e34b24e71badc4b42a860 (commit)
      from  f61be590b1e2be2b287c3f6df37dd52ad58e6327 (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 29634bb07a1f3c9be44e34b24e71badc4b42a860
Author: Ward Vandewege <ward at curii.com>
Date:   Sat Mar 20 22:01:21 2021 -0400

    17119: the home project should include filter groups.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/services/api/app/controllers/arvados/v1/groups_controller.rb b/services/api/app/controllers/arvados/v1/groups_controller.rb
index 394b5603b..6498b7a51 100644
--- a/services/api/app/controllers/arvados/v1/groups_controller.rb
+++ b/services/api/app/controllers/arvados/v1/groups_controller.rb
@@ -273,7 +273,7 @@ class Arvados::V1::GroupsController < ApplicationController
       if klass == Collection
         @select = klass.selectable_attributes - ["manifest_text", "unsigned_manifest_text"]
       elsif klass == Group
-        where_conds = where_conds.merge(group_class: "project")
+        where_conds = where_conds.merge(group_class: ["project","filter"])
       end
 
       @filters = request_filters.map do |col, op, val|

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list