* Adjust the result for ajax submit.

This commit is contained in:
daitingting
2023-06-26 01:44:21 +00:00
parent ffd8ae7a09
commit baaee679c0
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -951,8 +951,6 @@ class testcaseModel extends model
*/
public function review($caseID)
{
if($this->post->result == false) return print(js::alert($this->lang->testcase->mustChooseResult));
$oldCase = $this->getById($caseID);
$now = helper::now();