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 Sep 4, 2020. It is now read-only.
I'm facing an issue:
I have a list of elements, where each element is like: { property1: "this is one", property2: "this is two" }
When I do this.db.list('/elements').update(elementId, {property1: "this is NEW one"});
property1 is updated, but property2 is DELETED, just like a SET instead of an UPDATE.
Hello again
Online update allows for the update of individual properties.
Offline: Just the updated property is returned.
Proposed fix
emulate-list.ts - processEmulation
internal-list-observable.ts
hth
Tim
The text was updated successfully, but these errors were encountered: