From 594e24f884bb393053c3dd92beece64612b5278a Mon Sep 17 00:00:00 2001 From: wangyuting <851424971@qq.com> Date: Wed, 16 Nov 2022 05:19:19 +0000 Subject: [PATCH] * Fix bug #29704. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index 4bc1ba9ad3..57f266bb73 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -215,6 +215,7 @@ class execution extends control /* Build the search form. */ $actionURL = $this->createLink('execution', 'task', "executionID=$executionID&status=bySearch¶m=myQueryID"); $this->config->execution->search['onMenuBar'] = 'yes'; + if(!$execution->multiple) unset($this->config->execution->search['fields']['execution']); $this->execution->buildTaskSearchForm($executionID, $this->executions, $queryID, $actionURL); /* team member pairs. */