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
store: Return latest value from WritableStore::get_many and get_derived
In cases where the queue had multiple entries, and an entity was modified
by more than one entry, we would return the oldest value in the queue
instead of the newest one from WritableStore::get_many and get_derived.
This change makes sure that we always return the correct (newest) value in
these situations
0 commit comments