Hi, i have a datetime column and i have customized the date format
using

config.columns[:datetime_column].options[:format] = :short

i have :short defined in my locales.
This works well, but when enable inplace_editing on that column using:

config.columns[:datetime_column].inplace_edit = true

the calendar select not open the widget, raising a javascript
exception on an "undefined format :short".
Disabling the custom format definition in controller, the
inplace_editor works well.

Thanks for support.



-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to