Bug #66508
closedtx_form validator throws exception if no validation rules are set
100%
Description
When using a tx_form without any validation rules this occors in the following exception:
PHP Warning: Invalid argument supplied for foreach() in typo3/sysext/form/Classes/Utility/ValidatorUtility.php line 115
The validatorUtility wants to loop over an non existing array.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New 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/38841
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38843
Updated by Gerrit Code Review over 9 years ago
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/38846
Updated by Markus Klein over 9 years ago
This was silently fixed on master with #64668. Still we do small cleanup on master as well.
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38843
Updated by Ruud Silvrants over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f389be55b1463567a8d1bd319567760b2e29d93d.
Updated by Björn Jacob over 8 years ago
- Category changed from 1602 to Form Framework