* Code for task #71167.

This commit is contained in:
sunguangming
2022-09-29 11:36:18 +08:00
parent 1941a6936c
commit 595b5f8f83
5 changed files with 18 additions and 10 deletions
+1
View File
@@ -1318,6 +1318,7 @@ class execution extends control
$this->view->position[] = html::a($this->createLink('execution', 'testtask', "executionID=$executionID"), $this->executions[$executionID]);
$this->view->position[] = $this->lang->testtask->common;
$this->view->execution = $execution;
$this->view->project = $this->loadModel('project')->getByID($execution->project);
$this->view->executionID = $executionID;
$this->view->executionName = $this->executions[$executionID];
$this->view->pager = $pager;