* Fix bug of task #84592.
This commit is contained in:
@@ -2551,6 +2551,7 @@ class execution extends control
|
||||
$this->view->chartData = $chartData;
|
||||
$this->view->canBeChanged = common::canModify('execution', $execution); // Determines whether an object is editable.
|
||||
$this->view->type = $type;
|
||||
$this->view->project = $this->loadModel('project')->getByID($execution->project);
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user