Merge branch ztflow-wangyuting-dev/bug-63146#wangyuting of zentao/zentaopms (#9366)

This commit is contained in:
刘刚
2025-06-10 18:08:31 +08:00
committed by Gitfox
-1
View File
@@ -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;