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
When a client adds and immediately modifies a new record, resulting in two local revisions, the server must identify and handle duplicate records. It should update existing records with the same Phantom ID instead of creating new ones, necessitating tracking of Phantom IDs and real IDs for all records.
Probrably related to https://bryntum.com/products/gantt/docs/guide/Gantt/revisions/revisions#handling-record-duplicates where an add followed by an update is resolved to 2 adds.
Repro case:
Expected behavior
Foo should be created, but only once
The text was updated successfully, but these errors were encountered: