This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests
Jeremy Mikola fb24b291c8 [Form] FieldGroup::addError() can now map errors to fields within nested FieldGroups
Property paths such as fields[group].fields[innerGroup].data were not being resolved correctly, since the second iteration of addError() (based on "group") would attempt to call get('fields') instead of get('innerGroup').  Solution is to remember to bump the propertyPath forward if we're at the fields property
2010-09-09 16:29:38 -04:00
..
Symfony/Tests [Form] FieldGroup::addError() can now map errors to fields within nested FieldGroups 2010-09-09 16:29:38 -04:00
bootstrap.php simplified bootstrap.php 2010-06-30 10:29:27 +02:00