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

Enable a update of a key without the whole Record Object #82

Open
rickmak opened this issue Oct 7, 2016 · 2 comments
Open

Enable a update of a key without the whole Record Object #82

rickmak opened this issue Oct 7, 2016 · 2 comments

Comments

@rickmak
Copy link
Member

rickmak commented Oct 7, 2016

Current skygear.publicDB.save assuming the input is a Record Object. So the user need to fetch the remote record or construct a new Record(with correct ACL), even it have the key and just want to update one attribute.

@cheungpat
Copy link
Contributor

Can’t create record object at the client side and save it?

@rickmak
Copy link
Member Author

rickmak commented Oct 9, 2016

Client side will create the record with default ACL, which will override the remote value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants