activeadmin-plugins / active_admin_datetimepicker

:calendar: active_admin_datetimepicker gem
MIT License
72 stars 48 forks source link

Uncaught ReferenceError: DateFormatter is not defined - Bump to 2.5.1 shekibobo/xdan-datetimepicker-rails breaks #12

Closed cdesch closed 8 years ago

cdesch commented 8 years ago

Recent bump of shekibobo/xdan-datetimepicker-rails to 2.5.1 breaks active_admin_datetimepicker resulting in this error.

jquery.xdan.datetimepicker.self-cee7ca77af23156f09c944bc1271816c17ae6b0ac426696a551e13b964547639.js…:628 Uncaught ReferenceError: DateFormatter is not defined

 jquery.xdan.datetimepicker.self-cee7ca77af23156f09c944bc1271816c17ae6b0ac426696a551e13b964547639.js…:628 Uncaught ReferenceError: DateFormatter is not definedinitDateFormatter @ jquery.xdan.datetimepicker.self-cee7ca77af23156f09c944bc1271816c17ae6b0ac426696a551e13b964547639.js…:628(anonymous function) @ jquery.xdan.datetimepicker.self-cee7ca77af23156f09c944bc1271816c17ae6b0ac426696a551e13b964547639.js…:655(anonymous function) @ jquery.xdan.datetimepicker.self-cee7ca77af23156f09c944bc1271816c17ae6b0ac426696a551e13b964547639.js…:17(anonymous function) @ jquery.xdan.datetimepicker.self-cee7ca77af23156f09c944bc1271816c17ae6b0ac426696a551e13b964547639.js…:19

Fixing requires specifying gem 'xdan-datetimepicker-rails', '2.4.3' in the gemfileand running bundle update active_admin_datetimepicker

I'm working on a pull request to fix.

cdesch commented 8 years ago

Pull request #13 made to resolve issue

Fivell commented 8 years ago

fixed by #13

cdesch commented 8 years ago

@Fivell thanks!

Fivell commented 8 years ago

@cdesch 0.2.0 released