* Add product program project menu group.

This commit is contained in:
Yagami
2021-01-01 16:03:51 +08:00
parent a624a499f2
commit f2a39a0dbc
23 changed files with 189 additions and 117 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class projectrelease extends control
$this->view->branches = (isset($product->type) and $product->type == 'normal') ? array() : $this->loadModel('branch')->getPairs($productID);
$this->view->branch = $branch;
$this->view->project = $this->loadModel('project')->getById($this->session->PRJ);
$this->product->setMenu($this->product->getPairs(), $productID, $branch);
$this->product->setMenu($this->product->getPairs(), $productID, $branch, '', '', $this->session->PRJ);
}
/**