From 3ba8f84053451b8d649996bc54ca5a4149bd1075 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Tue, 16 Mar 2021 16:34:38 +0800 Subject: [PATCH] * Click the execution list to enter task. --- module/execution/view/all.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index fb7bcc5a8e..cecc3b3077 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -100,7 +100,7 @@ ' title='name?>'> delay)) echo "{$lang->execution->delayed} "; - echo !empty($execution->children) ? $execution->name : html::a($this->createLink('execution', 'view', 'execution=' . $execution->id), $execution->name); + echo !empty($execution->children) ? $execution->name : html::a($this->createLink('execution', 'task', 'execution=' . $execution->id), $execution->name); ?> children)):?> @@ -144,7 +144,7 @@ delay)) echo "{$lang->execution->delayed} "; echo "{$lang->programplan->childrenAB}"; - echo html::a($this->createLink('execution', 'view', 'execution=' . $child->id), $child->name); + echo html::a($this->createLink('execution', 'task', 'execution=' . $child->id), $child->name); ?> PM);?>