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

request.installationId is undefined in afterSave #713

Closed
jiawenzhang opened this issue Feb 28, 2016 · 2 comments
Closed

request.installationId is undefined in afterSave #713

jiawenzhang opened this issue Feb 28, 2016 · 2 comments
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@jiawenzhang
Copy link

Parse.Cloud.afterSave(Parse.User, function(request) {
    var id = request.installationId // id is undefined
}
@jiawenzhang
Copy link
Author

looks like it is fixed #325 16 days ago. I am running 2.1.3 which should have this fix, but still see it as undefined. Is it specific to afterSave hook?

@jiawenzhang jiawenzhang changed the title request.installationId is undefined in cloud code request.installationId is undefined in afterSave Feb 28, 2016
@nlutsenko
Copy link
Contributor

Yup, just tested - it doesn't work. Fixing in a bit.

@nlutsenko nlutsenko self-assigned this Mar 3, 2016
@nlutsenko nlutsenko added the type:bug Impaired feature or lacking behavior that is likely assumed label Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

2 participants