diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php
index 9e38e926ea..a23e098fe9 100644
--- a/module/execution/view/all.html.php
+++ b/module/execution/view/all.html.php
@@ -118,7 +118,9 @@
id);?>
flex' title='name?>'>
- '>execution->typeList[$execution->type]?>
+ systemMode == 'new'):?>
+ '>execution->typeList[$execution->type]?>
+
projectModel == 'kanban' ? html::a($this->createLink('execution', 'kanban', 'executionID=' . $execution->id), $execution->name, '', "class='text-ellipsis'") : html::a($this->createLink('execution', 'task', 'execution=' . $execution->id), $execution->name, '', "class='text-ellipsis'");
echo !empty($execution->children) ? $execution->name : $executionLink;
|