From 5ec5f63d7769d1596610dea29e681eceec98f4cf Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 22 Apr 2024 15:17:42 +0800 Subject: [PATCH] * Fix bug #48111. --- module/execution/ui/build.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/build.html.php b/module/execution/ui/build.html.php index 1de6fa2943..a1f4a0599e 100644 --- a/module/execution/ui/build.html.php +++ b/module/execution/ui/build.html.php @@ -44,7 +44,7 @@ jsVar('filePathTip', $lang->build->filePath); jsVar('confirmDelete', $lang->build->confirmDelete); $fieldList = $config->build->dtable->fieldList; -if($execution->type == 'kanban') unset($fieldList['actions']['actionsMap']['createTest']['data-app']); +if($execution->type == 'kanban') unset($fieldList['actions']['list']['createTest']['data-app']); $builds = initTableData($builds, $fieldList, $this->build); dtable