[ARVADOS-WORKBENCH2] updated: 1.4.1-433-g5145f5d2

Git user git at public.arvados.org
Thu Sep 10 21:50:15 UTC 2020


Summary of changes:
 src/store/public-favorites-panel/public-favorites-middleware-service.ts | 1 -
 1 file changed, 1 deletion(-)

       via  5145f5d248a59bd87869096fddf0365766249575 (commit)
      from  a5e78803ff259ce6467ecbc286ee970f1bfda4aa (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 5145f5d248a59bd87869096fddf0365766249575
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Sep 10 17:49:52 2020 -0400

    16811: Don't filter star links on name
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/src/store/public-favorites-panel/public-favorites-middleware-service.ts b/src/store/public-favorites-panel/public-favorites-middleware-service.ts
index 7dee4834..305ae723 100644
--- a/src/store/public-favorites-panel/public-favorites-middleware-service.ts
+++ b/src/store/public-favorites-panel/public-favorites-middleware-service.ts
@@ -61,7 +61,6 @@ export class PublicFavoritesMiddlewareService extends DataExplorerMiddlewareServ
                     offset: dataExplorer.page * dataExplorer.rowsPerPage,
                     filters: new FilterBuilder()
                         .addEqual('link_class', LinkClass.STAR)
-                        .addILike("name", dataExplorer.searchValue)
                         .addIn('owner_uuid', [allusersUuid, systemUuid])
                         .addEqual('tail_uuid', allusersUuid)
                         .addIsA("head_uuid", typeFilters)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list