Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Add patchList method to AbstractRestfulController #4378

Closed
wants to merge 1 commit into from
Closed

Add patchList method to AbstractRestfulController #4378

wants to merge 1 commit into from

Conversation

superdweebie
Copy link
Contributor

PUT has replaceList. This pr adds patchList for PATCH.

@superdweebie
Copy link
Contributor Author

I just discovered customHttpMethodsMap. If this pr is a bit kludgy, then I'll use the customHttpMethodsMap alternative.

@ghost ghost assigned weierophinney May 2, 2013
}

//TODO: This try-catch should be removed in the future, but it will create a BC break for
//apps that expect a 405 instead of going to patchList
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is reasonable for now. I'll put the TODO into the method docblock as well, so we can identify it for 3.0.

weierophinney added a commit that referenced this pull request May 2, 2013
Add patchList method to AbstractRestfulController
weierophinney added a commit that referenced this pull request May 2, 2013
- and re-flow the original comment
weierophinney added a commit that referenced this pull request May 2, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants