symfony2admingenerator / AvocodeFormExtensionsBundle

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

[CollectionUpload] Handle additionnal fields with asynchronous upload on #79

Open sescandell opened 10 years ago

sescandell commented 10 years ago

Additionnal fields are not handled on CollectionUpload form type if asynchronous mode is used.

This is because of the "shortcut" taked on: https://github.com/avocode/FormExtensions/blob/master/Resources/public/collection-upload/js/collection-upload.js#L148