Merge branches 'master' and 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -641,7 +641,7 @@ class testcase extends control
|
||||
*/
|
||||
public function batchEdit($productID = 0, $branch = 0, $type = 'case')
|
||||
{
|
||||
if($this->post->titles)
|
||||
if($this->post->title)
|
||||
{
|
||||
$allChanges = $this->testcase->batchUpdate();
|
||||
if($allChanges)
|
||||
|
||||
@@ -786,8 +786,8 @@ class testcaseModel extends model
|
||||
$case->branch = $data->branches[$caseID];
|
||||
$case->module = $data->modules[$caseID];
|
||||
$case->story = $data->stories[$caseID];
|
||||
$case->color = $data->colors[$caseID];
|
||||
$case->title = $data->titles[$caseID];
|
||||
$case->color = $data->color[$caseID];
|
||||
$case->title = $data->title[$caseID];
|
||||
$case->precondition = $data->precondition[$caseID];
|
||||
$case->keywords = $data->keywords[$caseID];
|
||||
$case->type = $data->types[$caseID];
|
||||
|
||||
Reference in New Issue
Block a user