diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 87d89df26b..a23e098fe9 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -118,15 +118,9 @@ id);?> flex' title='name?>'> - systemMode == 'classic'):?> - 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; - if(isset($execution->delay)) echo "{$lang->execution->delayed} ";?> - children)):?> - - - 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; @@ -135,7 +129,6 @@ children)):?> - systemMode == 'new' and $this->app->tab == 'execution'):?>