-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Cloud code: Dirty flag on properties always returnes false. #581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Probably best to give example code, and if anything shows up in the parse server logs, if not enable VERBOSE = 1 as an environment variable that might spit out more info. |
Nothing special actually. As I mentioned, the parse hosted server works as expected. There it'll return true. |
There's some work to be done here to match the hosted cloud code functionality. Some of this was done in parse-cloud-express for webhook usage and just needs to be implemented here. |
Ok thanks! |
any ETA on this? |
No ETA just yet, you are very welcome to jump in and look into ways to fix it, but I am going to tackle this today/tomorrow. |
Got the working solution for object updates, but looks like we also expose |
Hi, is this fixed? |
Fixed, coming in the next version. |
The opposite happens with me. |
If the object was mutated for a save - it should be |
In Cloud code when using "is dirty" method on a property on any PatseObject, it will always return false.
The cloud code I'm running is working as expected on parse hosted server, so this is an issue with this code.
The text was updated successfully, but these errors were encountered: