Actions
Bug #62750
closedBackport @ignorevalidation for properties in ValidatorResolver
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
The new recursive validation tries to build validators for every single property in a model, even properties which are prefixed with a '_' (underscore) which should not be persisted.
A possible solution would be to backport the following revision from FLOW: https://forge.typo3.org/projects/package-typo3-flow/repository/revisions/f4aa656dfd873814f1e1f07e0bf656bedd945600
It allows to set @ignorevalidation annotations/tags on properties.
Maybe even skip properties which are prefixed with an underscore '_'.
Actions