[ARVADOS-WORKBENCH2] updated: 1.2.0-936-g425a968
Git user
git at public.curoverse.com
Fri Nov 23 02:56:55 EST 2018
Summary of changes:
src/views-components/data-explorer/renderers.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 425a9687b585517385d0ae5d62c5de26e06d3193 (commit)
from 5fa46194c4a94e58a2b92de83f410112ef4c9150 (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 425a9687b585517385d0ae5d62c5de26e06d3193
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Fri Nov 23 08:56:45 2018 +0100
refs #14523 hide sharing for 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 d0266ad..87ba73f 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