16108: Query for favorites should filter on owner not tail_uuid
[arvados-workbench2.git] / src / store / tree-picker / tree-picker-actions.ts
index 6b9be5396396a1421fbe603f9d7cb6bd8ef851b4..5e880aad9587583ffaeebde865b675612b752785 100644 (file)
@@ -281,7 +281,6 @@ export const loadPublicFavoritesProject = (params: LoadFavoritesProjectParams) =
                 fb => fb
                     .addEqual('link_class', LinkClass.STAR)
                     .addEqual('owner_uuid', uuid)
-                    .addLike('name', '')
                     .getFilters(),
             )(new FilterBuilder());