[ARVADOS-WORKBENCH2] updated: 1.2.0-1010-g4e25692
Git user
git at public.curoverse.com
Tue Nov 27 08:12:49 EST 2018
Summary of changes:
src/views-components/data-explorer/renderers.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 4e25692c9b0d0628c0b794fecd072638b7acb771 (commit)
via 1bb20d397e70c0277b72d9847b69cf74cf09c659 (commit)
from 6b562ae2431132439e488f509d698800ee8ebe7d (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 4e25692c9b0d0628c0b794fecd072638b7acb771
Merge: 6b562ae 1bb20d3
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Tue Nov 27 14:12:40 2018 +0100
merge master
Feature #14494
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --cc src/views-components/data-explorer/renderers.tsx
index ca79bba,d0266ad..a032b3e
--- a/src/views-components/data-explorer/renderers.tsx
+++ b/src/views-components/data-explorer/renderers.tsx
@@@ -90,7 -92,7 +90,7 @@@ export const resourceShare = (dispatch
const isPublic = ownerUuid === getPublicUuid(uuidPrefix);
return (
<div>
- {isPublic && uuid &&
- { !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