* Fix bug: hide bug in tree view.
This commit is contained in:
@@ -472,6 +472,7 @@ class execution extends control
|
||||
$this->view->users = $users;
|
||||
$this->view->moduleID = 0;
|
||||
$this->view->moduleName = $this->lang->tree->all;
|
||||
$this->view->features = $this->execution->getExecutionFeatures($execution);
|
||||
$this->view->filter = $filter;
|
||||
$this->view->allCount = $allCount;
|
||||
$this->display();
|
||||
@@ -2953,6 +2954,7 @@ class execution extends control
|
||||
$this->view->executionID = $executionID;
|
||||
$this->view->level = $type;
|
||||
$this->view->tree = $this->execution->printTree($tree, $project->hasProduct);
|
||||
$this->view->features = $this->execution->getExecutionFeatures($execution);
|
||||
$this->display();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user