asenec4
5 May 2011, 7:43 AM
Adding a record to a store using store.add() won't clear the records needsAdd flag.
Therefore whenever I call store.sync() the record is continually added.
It appears that the needsAdd flag of the record can only be reset by a call to store.load
Or am I missing something?
Therefore whenever I call store.sync() the record is continually added.
It appears that the needsAdd flag of the record can only be reset by a call to store.load
Or am I missing something?