symfony2admingenerator / FormExtensionsBundle

Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
13 stars 13 forks source link

[s2a_date_picker] Fix for empty date values #13

Closed ksn135 closed 9 years ago

ksn135 commented 9 years ago

Fix javascript code to correctly handle situation with empty fields. Without this patch when you create a new object with s2a_date_picker field on form submit javascript code always set value of field to the current day.

ioleo commented 9 years ago

@ksn135 merged, thanks