symfony2admingenerator / AvocodeFormExtensionsBundle

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

datetime_picker #85

Closed tobias-93 closed 10 years ago

tobias-93 commented 10 years ago

Nice that you have added a prefix (afe_) in #81, but I guess you have forgotten to really look into your types. In DateTimePickerType, you define a date_picker and a timepicker. Since these are without the afe prefix, it throws an error. People using afe_datetime_picker cannot use their forms anymore. Could you fix this asap?

Thank you, Tobias

sescandell commented 10 years ago

My mistake, I didn't see that point.

I'll commit a fix in a few minutes.

Thank you for your reporting,

tobias-93 commented 10 years ago

@sescandell Thank you!