*Fixbug_sunjun_21618
This commit is contained in:
@@ -953,7 +953,6 @@ class testcase extends control
|
||||
if($this->app->tab == 'qa') $this->testcase->setMenu($this->products, $productID, $branch);
|
||||
if($this->app->tab == 'execution') $this->loadModel('execution')->setMenu($this->session->execution);
|
||||
|
||||
$isLibCase = $type == 'lib' ? true : false;
|
||||
/* The cases of a product. */
|
||||
if($productID)
|
||||
{
|
||||
@@ -1094,7 +1093,7 @@ class testcase extends control
|
||||
$this->view->cases = $cases;
|
||||
$this->view->forceNotReview = $this->testcase->forceNotReview();
|
||||
$this->view->modulePairs = $modulePairs;
|
||||
$this->view->isLibCase = $isLibCase;
|
||||
$this->view->isLibCase = $type == 'lib' ? true : false;
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user