* Fix Bug#1343.

This commit is contained in:
滔哥
2018-01-15 11:26:52 +08:00
parent dc9de38e46
commit bb156560a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -1457,7 +1457,7 @@ class testcaseModel extends model
}
/**
* Check whether force not review
* Check whether force not review.
*
* @access public
* @return bool