diff --git a/Classes/Controller/ActionController.php b/Classes/Controller/ActionController.php index 10adf54..c8b75f6 100644 --- a/Classes/Controller/ActionController.php +++ b/Classes/Controller/ActionController.php @@ -437,6 +437,7 @@ class ActionController extends BaseController protected function addValidationError( $field, $keyword, $overwrite = false ) { + $this->isValid = false; $this->responseStatus = [400 => 'validationError']; if (!array_key_exists($field, $this->errors) || $overwrite == true