* testtask: filter the posted case id list.
This commit is contained in:
@@ -1360,7 +1360,7 @@ class testtask extends control
|
||||
}
|
||||
|
||||
if(!$this->post->caseIDList) return print(js::locate($url, 'parent'));
|
||||
$caseIDList = array_unique($this->post->caseIDList);
|
||||
$caseIDList = $this->loadModel('testcase')->filterIdList($this->post->caseIDList);
|
||||
|
||||
/* The case of tasks of qa. */
|
||||
if($productID or ($this->app->tab == 'project' and empty($productID)))
|
||||
|
||||
Reference in New Issue
Block a user