Actions
Feature #93835
closedAttribute validation errors to sub properties in custom validators
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2021-03-30
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
For complex validators, it often makes sense that a custom validator can attribute an error to a specific property or sub property, even though it is validating a whole class.
This is already possible by accessing a validator's $this->result directly, but that is cumbersome and in no way obvious, as this requires deep knowledge of the Result and Error classes.
So there should be a convenience method "addErrorForProperty" similar to "addError" that takes a property path in addition to the error details (message, code, etc.).
Actions