Hassan Mccutchen
Joined
810 Experience
8 Lessons Completed
0 Questions Solved
Activity
Posted in Sortable Drag and Drop Discussion
After following along to the end of the video, I stil couldn't get my records(feature_package
to update, the params getting passed were Parameters: {"packaged_feature"=>["321", "1"], "id"=>"sort"}
, apparently because of the PATCH request it was looking for a specific record id
automatically and changing this to a POST in my ajax request and my routes file worked for me.