From cfc19968c76bb8f5e661f5f562c64764ae73787f Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 18 Oct 2024 17:36:23 +0800 Subject: [PATCH] * [refac bug #56281] set menu for execution in project tab. --- module/task/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/task/control.php b/module/task/control.php index 93f80ba2be..eb87bbdef1 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -232,6 +232,7 @@ class task extends control $this->locate($url); } + $this->taskZen->setMenu($executionID); $this->taskZen->assignBatchEditVars($executionID); }