Info panel Cloud Code call sends objectId
instead of Parse.Object
#2642
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
Info panel Cloud Code call sends a simple
objectId
key instead of a fullParse.Object
. That is not in line with what the Scripts feature sends, which isrequest.params.object
whereobject
is aParse.Object
.Suggested Solution
Send
Parse.Object
instead ofobjectId
key.Environment
Dashboard
6.0.0-alpha.23
The text was updated successfully, but these errors were encountered: