[ARVADOS-WORKBENCH2] updated: 1.2.0-567-gb48e2f2

Git user git at public.curoverse.com
Mon Oct 8 08:00:02 EDT 2018


Summary of changes:
 src/store/search-bar/search-bar-actions.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  b48e2f248f4330aa8fe8977f867854f502bd304f (commit)
      from  47440ead99a61a13bc635630e0f4b07d9322edbf (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 b48e2f248f4330aa8fe8977f867854f502bd304f
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Mon Oct 8 13:59:53 2018 +0200

    remove uuid from group service
    
    Feature #14307
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/store/search-bar/search-bar-actions.ts b/src/store/search-bar/search-bar-actions.ts
index b4835ed..32f1201 100644
--- a/src/store/search-bar/search-bar-actions.ts
+++ b/src/store/search-bar/search-bar-actions.ts
@@ -28,7 +28,8 @@ export const searchData = (searchValue: string) =>
         const user = getState().auth.user;
         if (user && searchValue) {
             const filters = getFilters('name', searchValue);
-            const { items } = await services.groupsService.contents(user.uuid, {
+            // set user.uuid search only in Projects, the empty value search by whole app
+            const { items } = await services.groupsService.contents('', {
                 filters, 
                 limit: 5,
                 recursive: true

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list