[ARVADOS-WORKBENCH2] updated: 1.2.0-1008-g1bb20d3

Git user git at public.curoverse.com
Tue Nov 27 06:39:08 EST 2018


Summary of changes:
 src/views-components/data-explorer/renderers.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  1bb20d397e70c0277b72d9847b69cf74cf09c659 (commit)
      from  e7f606daa03a0f441aad0bc9fef05c4107634421 (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 1bb20d397e70c0277b72d9847b69cf74cf09c659
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Tue Nov 27 12:39:01 2018 +0100

    refs #master add sharing private workflow
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/views-components/data-explorer/renderers.tsx b/src/views-components/data-explorer/renderers.tsx
index 87ba73f..d0266ad 100644
--- a/src/views-components/data-explorer/renderers.tsx
+++ b/src/views-components/data-explorer/renderers.tsx
@@ -92,7 +92,7 @@ export const resourceShare = (dispatch: Dispatch, uuidPrefix: string, ownerUuid?
     const isPublic = ownerUuid === getPublicUuid(uuidPrefix);
     return (
         <div>
-            { isPublic && uuid &&
+            { !isPublic && uuid &&
                 <Tooltip title="Share">
                     <IconButton onClick={() => dispatch<any>(openSharingDialog(uuid))}>
                         <ShareIcon />

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list