From 676c25258185ccdf807e88829f7c5324737d53cf Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 24 Aug 2022 14:16:51 +0800 Subject: [PATCH] * fix bug for print execution. --- module/execution/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index 8439acb67e..149667d56b 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -4380,7 +4380,7 @@ class executionModel extends model echo ''; common::printIcon('execution', 'start', "executionID={$execution->id}", $execution, 'list', '', '', 'iframe', true); $class = !empty($execution->children) ? 'disabled' : ''; - common::printIcon('task', 'create', "executionID={$execution->id}", $execution, 'list', '', '', $class, false, "data-app='execution'"); + common::printIcon('task', 'create', "executionID={$execution->id}", '', 'list', '', '', $class, false, "data-app='execution'"); if($execution->type == 'stage') {