Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -31,7 +31,7 @@ class bug extends control
|
||||
$this->loadModel('action');
|
||||
$this->loadModel('story');
|
||||
$this->loadModel('task');
|
||||
$this->view->products = $this->products = $this->product->getProductPairsByProject($this->session->PRJ);
|
||||
$this->view->products = $this->products = $this->product->getPairs('nocode');
|
||||
|
||||
if(empty($this->products)) die($this->locate($this->createLink('product', 'showErrorNone', "fromModule=bug")));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user