* [refac bug #57308] Add from var.

This commit is contained in:
wangyidong
2024-11-28 10:08:40 +08:00
committed by 孙广明
parent ac7ce0e822
commit 24b58c4f53
+1
View File
@@ -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();