* Fix bug: hide bug in tree view.

This commit is contained in:
zhujinyong
2023-02-28 10:18:51 +08:00
parent 60198497ba
commit 07f2c4520e
3 changed files with 9 additions and 4 deletions
+2
View File
@@ -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();
}