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
I've just hit the same issue and found that it was happening when save is called twice while the object is dirty. In our case save was called which fired a callback and the callback saved again. Since position was in the changes hash in both cases the position gets updated twice. Will see when I get some time to write a fix. I resolved it by adding clear_changes_information to the callback but it might be worthwhile removing the position key from the changes hash when the object gets saved with save(validate: false)
It will become as follows:
Test code
If (A) or (B) or (C) comment out, position value is 1.
The text was updated successfully, but these errors were encountered: