diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 9e38e926ea..87d89df26b 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -118,7 +118,15 @@ id);?> flex' title='name?>'> - '>execution->typeList[$execution->type]?> + 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; @@ -127,6 +135,7 @@ children)):?> + systemMode == 'new' and $this->app->tab == 'execution'):?>