diff --git a/module/testcase/control.php b/module/testcase/control.php index 45d9c88c64..bbd357a86b 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -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); diff --git a/module/testcase/model.php b/module/testcase/model.php index f882088460..765e0683bb 100644 --- a/module/testcase/model.php +++ b/module/testcase/model.php @@ -1457,7 +1457,7 @@ class testcaseModel extends model } /** - * Check whether force not review + * Check whether force not review. * * @access public * @return bool