* Code for task#44497.

This commit is contained in:
xieqiyu
2021-11-17 22:57:30 +08:00
parent 47cdcd78c0
commit 84340fa6f2
12 changed files with 20 additions and 18 deletions

View File

@@ -258,7 +258,7 @@ class tree extends control
$this->view->root = $execution;
/* Get all associated products. */
$products = $this->execution->getProducts($rootID);
$products = $this->loadModel('product')->getProducts($rootID);
$this->view->products = $products;
$executions = $this->execution->getPairs($this->session->project);