[arvados-workbench2] updated: 2.4.0-108-g24d11ff8

git repository hosting git at public.arvados.org
Tue Jun 7 16:57:41 UTC 2022


Summary of changes:
 src/store/resource-type-filters/resource-type-filters.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  24d11ff837843675b37f1a844152ca0e74a12dea (commit)
      from  ede9027245c18871358536ebf7d5e39a9291926f (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 24d11ff837843675b37f1a844152ca0e74a12dea
Author: Stephen Smith <stephen at curii.com>
Date:   Tue Jun 7 12:51:40 2022 -0400

    18984: Filter for type none when no types are selected
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/src/store/resource-type-filters/resource-type-filters.ts b/src/store/resource-type-filters/resource-type-filters.ts
index 04c056dc..361b52a6 100644
--- a/src/store/resource-type-filters/resource-type-filters.ts
+++ b/src/store/resource-type-filters/resource-type-filters.ts
@@ -164,7 +164,7 @@ const serializeObjectTypeFilters = ({ fb, selectedFilters }: ReturnType<typeof c
     return {
         fb: typeFilters.length > 0
             ? fb.addIsA('uuid', typeFilters.map(objectTypeToResourceKind))
-            : fb,
+            : fb.addIsA('uuid', ResourceKind.NONE),
         selectedFilters,
     };
 };

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list