I am using the stable release 0.6.0
of Active Admin and rails 3.2.17
.
I am trying to get batch actions running, but I get this error in general when using active admin:
Uncaught ReferenceError: options is not defined
active_admin.js:407 Uncaught ReferenceError: options is not defined
So the dropdown of batch actions will stay disabled.
My active_admin.js
file looks like this:
//= require active_admin/base
If anyone knows why this isn't working I am really thankful!
This is a known bug of ActiveAdmin you can choose 1 those options to fix it:
update your Gemfile to get the fix:
gem 'activeadmin', '~> 0.6.6'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With