-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Clear pending ops (revert) for Cloud Function validation "constant" #7534
Comments
Thanks for opening this issue!
|
Can you please fill out the other fields to make it more clear what the current issue is and what the benefit of the suggested change would be? I renamed "Parse Cloud Validator" as I assume it refers to Cloud Function validation. |
It's only a minor nit @mtrezza, but if you use the |
@dblythy Hasn't there been a PR recently for this? |
Depends on: #7839 |
New Feature / Enhancement Checklist
Current Limitation
Parse Cloud Function validation field
constant
sets request.object's field to request.original. Wouldn't it be better to use Parse.Object's function.revert
, to clear pending operations on these keys, rather than setting it?Feature / Enhancement Description
I propose changing this block to:
Example Use Case
Alternatives / Workarounds
3rd Party References
The text was updated successfully, but these errors were encountered: