From d71b81c9cb8eeb8948cf04168a680b737b89e37b Mon Sep 17 00:00:00 2001 From: wangyuting2 <851424971@qq.com> Date: Wed, 19 Oct 2022 06:07:55 +0000 Subject: [PATCH] * Finish task #72774. --- module/task/control.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/task/control.php b/module/task/control.php index 627f86f754..4bc2dabe2d 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -2020,6 +2020,9 @@ class task extends control } } + $execution = $this->loadModel('execution')->getByID($executionID); + if(!$execution->multiple) unset($this->lang->task->report->charts['tasksPerExecution']); + $executions = $this->execution->getPairs(); $this->execution->setMenu($executionID);