cprodhomme / arctic_admin

Responsive Theme for ActiveAdmin
https://arcticadmin.osc-fr1.scalingo.io
MIT License
295 stars 109 forks source link

Batch actions not working in arctic_theme version 3.2.0 #76

Open adept-akanksha opened 4 years ago

adept-akanksha commented 4 years ago

Describe the bug Batch Actions are not working. When page is rendered batch action dropdown is disabled and all check box not work.

Expected behavior Batch Actions should work in the expected manner

Screenshots Screenshot 2020-06-03 at 6 54 12 PM

Desktop (please complete the following information):

Gemfile arctic_admin (3.2.0) rails (6.0.3.1)

wachub commented 4 years ago

Hi @adept-akanksha . Could you post the styles values for the Batch Actions drop down element (Chrome Right Click -> Inspect -> Styles)?

aidan-airl commented 3 years ago

This looks like something I just fixed by switching to Webpacker for asset compilation (also on a Rails 6 app). I followed the instructions in README and it worked. I had already installed ActiveAdmin previously and got stuck, so I re-ran rails g activeadmin:install but added the --use-webpacker flag, and then followed arctic_admin's instructions, and had no problems.