Nate Beaty
Nate Beaty
Trying to use nestable_list for a model that has a :position field—installed gem, added nestable to actions in rails_admin.rb: ``` ruby config.actions do nestable end ``` and in my models/perk.rb:...
For issue https://github.com/simon-reynolds/jquery.dirty/issues/97
I was experiencing strange behavior with `resetForm` being called unexpectedly and realized the switch statement doesn't break or return here: case "refreshevents": d.refreshEvents(); case "resetform": d.resetForm(); So when you call...