Actions
Bug #61150
closedIf old property mapper is active the collection validator causes a warning
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-08-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
With the old property mapping and validation, isValid is called
directly on the CollectionValidator. If the value is NULL however
this causes a waring in the following foreach.
To prevent this, add the check that is present in validate also
to the isValid method.
Actions