[ARVADOS-WORKBENCH2] updated: 2.2.1-120-g43b25573

Git user git at public.arvados.org
Thu Nov 4 14:17:26 UTC 2021


Summary of changes:
 src/store/groups-panel/groups-panel-middleware-service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  43b2557364fb5dd48d59f7d60cb0b3e8f578dadb (commit)
      from  ed19351f9705c4c2d5a9c4e4b74672ca89b18ccd (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 43b2557364fb5dd48d59f7d60cb0b3e8f578dadb
Author: Stephen Smith <stephen at curii.com>
Date:   Thu Nov 4 10:17:05 2021 -0400

    18123: Filter groups list to type role instead of excluding all other types.
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/src/store/groups-panel/groups-panel-middleware-service.ts b/src/store/groups-panel/groups-panel-middleware-service.ts
index c157e9ab..28415506 100644
--- a/src/store/groups-panel/groups-panel-middleware-service.ts
+++ b/src/store/groups-panel/groups-panel-middleware-service.ts
@@ -36,7 +36,7 @@ export class GroupsPanelMiddlewareService extends DataExplorerMiddlewareService
                     order.addOrder(direction, 'name');
                 }
                 const filters = new FilterBuilder()
-                    .addNotIn('group_class', [GroupClass.PROJECT, GroupClass.FILTER])
+                    .addEqual('group_class', GroupClass.ROLE)
                     .addILike('name', dataExplorer.searchValue)
                     .getFilters();
                 const response = await this.services.groupsService

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list