diff --git a/module/project/js/execution.ui.js b/module/project/js/execution.ui.js index 73a0c44f85..a79ea722d2 100644 --- a/module/project/js/execution.ui.js +++ b/module/project/js/execution.ui.js @@ -61,7 +61,7 @@ window.onRenderCell = function(result, {col, row}) html += data.prefixLabel; } - if(data.type == 'point') + if(data.type == 'point' || !(executionType !== undefined && !data.isParent)) { if(result[0].props.href !== undefined) delete result[0].props.href;