From: Ward Vandewege Date: Sun, 21 Mar 2021 02:01:21 +0000 (-0400) Subject: 17119: the home project should include filter groups. X-Git-Tag: 2.2.0~84^2~13 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/29634bb07a1f3c9be44e34b24e71badc4b42a860 17119: the home project should include filter groups. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/services/api/app/controllers/arvados/v1/groups_controller.rb b/services/api/app/controllers/arvados/v1/groups_controller.rb index 394b5603b7..6498b7a512 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|