You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Any list update operation that uses update_all (decrement_positions_on_higher_items, decrement_positions_on_lower_items, increment_positions_on_higher_items, increment_positions_on_lower_items, increment_positions_on_all_items) is not updating the locking_column which can cause concurrency problems when the list can be edited by multiple users simultaneously.
The text was updated successfully, but these errors were encountered:
This affects me, too. acts_as_list is a nice plugin that would be worth to be part of AR if only there was better documentation. I don't talk about bugs because I'm not sure if I'm handling it correctly.
However, the optimistic locking problem seems to be obvious.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Any list update operation that uses update_all (decrement_positions_on_higher_items, decrement_positions_on_lower_items, increment_positions_on_higher_items, increment_positions_on_lower_items, increment_positions_on_all_items) is not updating the locking_column which can cause concurrency problems when the list can be edited by multiple users simultaneously.
The text was updated successfully, but these errors were encountered: