* finish task #6760.
This commit is contained in:
@@ -243,7 +243,7 @@ class testcase extends control
|
||||
/* If link from no head then reload. */
|
||||
if(isonlybody()) $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'closeModal' => true));
|
||||
|
||||
setcookie('caseModule', (int)$this->post->module, 0, $this->config->webRoot, '', false, false);
|
||||
setcookie('caseModule', 0, 0, $this->config->webRoot, '', false, false);
|
||||
$response['locate'] = $this->createLink('testcase', 'browse', "productID={$this->post->product}&branch={$this->post->branch}&browseType=all¶m=0&orderBy=id_desc");
|
||||
$this->send($response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user