platanus / activeadmin_addons

Extends ActiveAdmin to enable a set of great optional UX improving add-ons
MIT License
752 stars 282 forks source link

[BUG] toggle_bool_column click event duplicated #486

Open hegedak opened 8 months ago

hegedak commented 8 months ago

Describe the bug I introduced hotwired/turbo-rails to the application. Since then the click event associated with toggle_bool_column is duplicated.

To Reproduce I click on the button, then the code runs twice. The database updating happens, but the 'on' class toggles twice and remains it was before. If I reload the page the button has the correct status.

image