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 suspect this is to do with this line where the entire array (contains fields) is marked as dirty when any element in the array is changed. This behaviour leads to the api client to post all the fields to the endpoint, and potentially overwrite other fields due to race conditions.
This can be a surprise when the expectation is only the diff (changed attributes) should be posted back.
The text was updated successfully, but these errors were encountered:
I suspect this is to do with this line where the entire array (contains fields) is marked as dirty when any element in the array is changed. This behaviour leads to the api client to post all the fields to the endpoint, and potentially overwrite other fields due to race conditions.
This can be a surprise when the expectation is only the diff (changed attributes) should be posted back.
The text was updated successfully, but these errors were encountered: