Skip to content

Info panel Cloud Code call sends objectId instead of Parse.Object #2642

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

Closed
4 tasks done
mtrezza opened this issue Jan 29, 2025 · 1 comment · Fixed by #2643
Closed
4 tasks done

Info panel Cloud Code call sends objectId instead of Parse.Object #2642

mtrezza opened this issue Jan 29, 2025 · 1 comment · Fixed by #2643
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@mtrezza
Copy link
Member

mtrezza commented Jan 29, 2025

New Issue Checklist

Issue Description

Info panel Cloud Code call sends a simple objectId key instead of a full Parse.Object. That is not in line with what the Scripts feature sends, which is request.params.object where object is a Parse.Object.

Suggested Solution

Send Parse.Object instead of objectId key.

Environment

Dashboard

  • Parse Dashboard version: 6.0.0-alpha.23
Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Jan 29, 2025
@mtrezza mtrezza closed this as completed Jan 29, 2025
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

Successfully merging a pull request may close this issue.

1 participant