* Finish task#36357.
This commit is contained in:
@@ -20,7 +20,7 @@ class qa extends control
|
||||
public function index($locate = 'auto', $productID = 0, $projectID = 0)
|
||||
{
|
||||
$products = $this->loadModel('product')->getProductPairsByProject($projectID, 'noclosed');
|
||||
if(empty($products)) die($this->locate($this->createLink('product', 'showErrorNone', 'fromModule=qa&moduleGroup=' . $this->lang->navGroup->qa . '&activeMenu=index')));
|
||||
if(empty($products)) die($this->locate($this->createLink('product', 'showErrorNone', "moduleName=qa&activeMenu=index")));
|
||||
if($locate == 'yes') $this->locate($this->createLink('bug', 'browse'));
|
||||
|
||||
$productID = $this->product->saveState($productID, $products);
|
||||
|
||||
Reference in New Issue
Block a user