Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -722,7 +722,7 @@ class testcase extends control
|
||||
}
|
||||
}
|
||||
|
||||
if(!$this->testcase->forceNotReview()) unset($this->lang->testcase->statusList['wait']);
|
||||
// if(!$this->testcase->forceNotReview()) unset($this->lang->testcase->statusList['wait']); /* Bug#1343 */
|
||||
|
||||
/* Judge whether the editedTasks is too large and set session. */
|
||||
$countInputVars = count($cases) * (count(explode(',', $this->config->testcase->custom->batchEditFields)) + 3);
|
||||
|
||||
@@ -1457,7 +1457,7 @@ class testcaseModel extends model
|
||||
}
|
||||
|
||||
/**
|
||||
* Check whether force not review
|
||||
* Check whether force not review.
|
||||
*
|
||||
* @access public
|
||||
* @return bool
|
||||
|
||||
Reference in New Issue
Block a user