Bug #61150
closedIf old property mapper is active the collection validator causes a warning
0%
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.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32319
Updated by Helmut Hummel over 10 years ago
Backtrace: http://pastebin.com/Vc9pZCTq
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32319
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32319
Updated by Helmut Hummel almost 10 years ago
- Status changed from Under Review to Rejected
not worth fixing the old stuff