-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fixed overwrite option: was always true #72
Conversation
Thanks for the input. The overwrite:true is actually there by default to conform to the REST spec, which is that on |
Sending a PATCH request is a great way to get this same behavior. |
Yes @marshallswain is correct. If you don't want that behaviour for your service then you just initialize the service with Thanks for taking the time to make a PR but this is something that we won't change. 😄 |
Agree with above. Though the current code causes |
Wow. I fail at developing. You are right. Sorry it's been a hectic day. |
We will need to make sure the tests pass before we can merge this. I'll have to take a proper look this evening. |
No problem. Does the failing of the test has something to do with my PR? Seems harmless :). |
Yup syntax error. It should be: |
Sorry. Next time will test this locally :). |
I'll take this one and make a new release that includes #70 |
Thanks @leo-nard! 😄 |
The this.overwrite option is always true in its current form.