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

Depreciate Parse.Cloud.beforeSaveFile(() => {}) in preference to Parse.Cloud.beforeSave(Parse.File, () => {}) #7928

Closed
3 tasks done
dblythy opened this issue Apr 6, 2022 · 2 comments · Fixed by #7966
Closed
3 tasks done
Labels
type:feature New feature or improvement of existing feature

Comments

@dblythy
Copy link
Member

dblythy commented Apr 6, 2022

New Feature / Enhancement Checklist

Current Limitation

Currently, the file triggers have their own unique syntax, which isn't necessary as they follow the standard trigger types (beforeSave, afterSave, etc).

Feature / Enhancement Description

Allow Parse.Cloud.beforeSave(Parse.File) and depreciate existing file methods.

Example Use Case

n/a

Alternatives / Workarounds

n/a

3rd Party References

n/a

@parse-github-assistant
Copy link

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Apr 9, 2022
@mtrezza mtrezza linked a pull request May 29, 2022 that will close this issue
5 tasks
@mtrezza
Copy link
Member

mtrezza commented May 29, 2022

Closing via #7966

@mtrezza mtrezza closed this as completed May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants