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

Support for default ACL assignment #19

Open
fatuhoku opened this issue Dec 16, 2015 · 1 comment
Open

Support for default ACL assignment #19

fatuhoku opened this issue Dec 16, 2015 · 1 comment

Comments

@fatuhoku
Copy link

When an object is 'saved' for the first time, its ACL should be set to Public Read/Write.
This is necessary to test that the beforeSave sets ACL's as appropriate.

@fatuhoku
Copy link
Author

I found that it's not easy to include ACL when storing it into the mock collection. This is because when running a Parse.Query, the SDK falls over trying to build an ACL from an object that contains a '*' — I suspect you have to somehow map this public key descriptor object back to the API methods setPublicReadAccess() and setPublicWriteAccess().

Not sure what the solution is atm!

@TylerBrock TylerBrock added this to the Release 0.2.0 milestone Jan 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants