Skip to content
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

Not Save afterSave for Parse.Object.saveAll #1318

Closed
redblinkdevs opened this issue Apr 1, 2016 · 1 comment
Closed

Not Save afterSave for Parse.Object.saveAll #1318

redblinkdevs opened this issue Apr 1, 2016 · 1 comment

Comments

@redblinkdevs
Copy link

Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!

For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!

Environment Setup

I am using node js server to run code on linux server

Steps to reproduce

I write just after save method for a class
Parse.Cloud.afterSave("NotificationTitles", function(request) {

and in cloud function i am doing Parse.Object.saveAll(notificationTitles).then(function(notificationTitles) {

but the after save method is not calling , where as when i am saving one object it saving it.

@hramos
Copy link
Contributor

hramos commented Apr 1, 2016

There isn't sufficient information in this issue to act on. Please refer to the issue highlighted at the top of the placeholder text for a great example of a perfect bug report.

For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants