Closed
Description
Not sure if its a bug or a misunderstanding of how its meant to work:
- disable single instance mode
- Create a new parse object (or query one from the server) and populate properties
- Make a copy of the object (e.g. if you were editing the properties on a form and wanted the option to save/discard changes)
- Copy is empty ....
using parse-js-sdk 1.9.2 and angular 1.4.8
Here is a plunker illustrating https://plnkr.co/edit/UjWe9dl6D6Qkx9ihBSMC
background : we are using disableSingleInstance mode because we have a mobile app and a a web app that can interact with the same database rows (timesheet data) and were having problems with the js-sdk not always having the latest version of the data...