* Update the object associated with the use case through the operation record.
This commit is contained in:
@@ -236,7 +236,7 @@ class testsuiteModel extends model
|
||||
if(!$append) return $cases;
|
||||
|
||||
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'testcase', false);
|
||||
return $this->loadModel('testcase')->appendData($cases);
|
||||
return $cases;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user