Merge branch 'master' of git.curoverse.com:arvados-workbench2 into 14602_admin_comput...
[arvados-workbench2.git] / src / views / collection-panel / collection-panel.tsx
index 119b9e994605061d61962f4e94801614815d4283..41a685f3283667a3fc5d39b60ccf18e6bc7a2c40 100644 (file)
@@ -113,7 +113,7 @@ export const CollectionPanel = withStyles(styles)(
                                             label='Content size' value={data && formatFileSize(data.fileSize)} />
                                         <DetailsAttribute classLabel={classes.label} classValue={classes.value}
                                             label='Owner' value={item && item.ownerUuid} />
-                                        <span onClick={() => dispatch<any>(navigateToProcess(item.properties.container_request))}>
+                                        <span onClick={() => dispatch<any>(navigateToProcess(item.properties.container_request  || item.properties.containerRequest))}>
                                             <DetailsAttribute classLabel={classes.link} label='Link to process' />
                                         </span>
                                     </Grid>