From 24b58c4f53c71b950fea6d16e5bd613db0a82ec2 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 27 Nov 2024 17:10:09 +0800 Subject: [PATCH] * [refac bug #57308] Add from var. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index f7861e6fc1..e6d81595fa 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -1596,6 +1596,7 @@ class execution extends control $this->view->title = $this->view->execution->name . $this->lang->hyphen .$this->lang->execution->close; $this->view->users = $this->loadModel('user')->getPairs('noletter'); + $this->view->from = $from; $this->view->actions = $this->loadModel('action')->getList($this->objectType, $executionID); $this->view->unclosedTasks = $this->loadModel('task')->getUnclosedTasksByExecution($executionID); $this->display();