From 32a25cf07f4a405e29372a50cb42871aa7bc1c67 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Tue, 10 Jun 2025 08:51:42 +0000 Subject: [PATCH] * [bug#63146,done,0.5h,0h] Fix batch edit task set menu error. --- module/task/zen.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/task/zen.php b/module/task/zen.php index 00c7f696f7..47b41016b3 100644 --- a/module/task/zen.php +++ b/module/task/zen.php @@ -199,7 +199,6 @@ class taskZen extends task /* Set menu and related variables. */ if($executionID) { - $this->execution->setMenu($executionID); $execution = $this->execution->getById($executionID); $this->view->title = $execution->name . $this->lang->hyphen . $this->lang->task->batchEdit;