+ [misc] modify version when deleting files.
This commit is contained in:
@@ -3213,6 +3213,7 @@ class testcaseZen extends testcase
|
||||
if($this->post->title && $case->title != $this->post->title) $stepChanged = true;
|
||||
if($this->post->precondition && $case->precondition != $this->post->precondition) $stepChanged = true;
|
||||
if(!empty($_FILES['files']['name'][0])) $stepChanged = true;
|
||||
if(!empty($_POST['deleteFiles'])) $stepChanged = true;
|
||||
|
||||
return array($stepChanged, $status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user