+ Add uid data for testcase edit api.
This commit is contained in:
@@ -48,6 +48,7 @@ class testcaseEntry extends entry
|
||||
/* Set $_POST variables. */
|
||||
$fields = 'title,pri,story,type,stage,product,module,branch,precondition,script';
|
||||
$this->batchSetPost($fields, $oldCase);
|
||||
$this->setPost('uid', $this->request('uid', ''));
|
||||
if(isset($this->requestBody->script)) $this->setPost('auto', 'auto');
|
||||
|
||||
/* Set steps and expects. */
|
||||
|
||||
Reference in New Issue
Block a user