* Fix lose automation case in testcases api.
This commit is contained in:
@@ -23,8 +23,9 @@ class testcasesEntry extends entry
|
||||
if(empty($productID)) $productID = $this->param('product', 0);
|
||||
if(empty($productID)) return $this->sendError(400, 'Need product id.');
|
||||
|
||||
$this->app->cookie->caseModule = 0;
|
||||
$this->app->cookie->caseSuite = 0;
|
||||
$this->app->cookie->caseModule = 0;
|
||||
$this->app->cookie->caseSuite = 0;
|
||||
$this->app->cookie->showAutoCase = 1;
|
||||
|
||||
$type = $this->param('status', 'all');
|
||||
$param = 0;
|
||||
|
||||
Reference in New Issue
Block a user