Active passive control folder is disabled. Unopened ReferenceError: parameters not defined.

I am using stable release 0.6.0 Active Admin and rails 3.2.17 . I try to run batch actions, but I get this error generally when using the active admin:

 Uncaught ReferenceError: options is not defined active_admin.js:407 Uncaught ReferenceError: options is not defined 

Thus, the dropout of batch actions will be disabled.

My active_admin.js file looks like this:

 //= require active_admin/base 

If anyone knows why this does not work, I am really grateful!

+5
source share
1 answer

This is a known ActiveAdmin error, you can choose one of the following options:

+1
source

Source: https://habr.com/ru/post/1236012/


All Articles