Actions
Bug #63726
closedExtbase: Traverse validation results only until first error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-12-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When deciding wether to call the action method or error method it's sufficient to traverse results until the first error.
To improve performance break the foreach on first found (not ignored) error.
Actions