symfony2admingenerator / AvocodeFormExtensionsBundle

(old-legacy) Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
48 stars 31 forks source link

Fixed null pointer error #126

Closed pakaufmann closed 10 years ago

pakaufmann commented 10 years ago

Fixes an error when using the form_upload in a collection with prototypes, as the prototype object is null.

Also fixed the check in foreach to also check the form type parents.

ioleo commented 10 years ago

@kufi merged, thanks