Merge branch '15.0.beta3' of http://gitlab.zcorp.cc/easycorp/zentaopms into 15.0.beta3

This commit is contained in:
zhujinyong
2021-03-18 16:19:42 +08:00
17 changed files with 67 additions and 77 deletions
+2
View File
@@ -685,6 +685,8 @@ class project extends control
$this->loadModel('build');
$project = $this->project->getByID($projectID);
$this->session->set('buildList', $this->app->getURI(true));
/* Get products' list. */
$products = $this->project->getProducts($projectID, false);
$products = array('' => '') + $products;