We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some reason(s) the services module doesn't like application/json to be PUT, instead use application/x-www-form-urlencoded.
The text was updated successfully, but these errors were encountered:
#17. Add entity_assemble_data() for comment update resource, it was o…
ba800f3
…nce deprecated.
#17. Change entity_update() to call entity_assemble_data() on comment…
03859ae
… update.
#17. Change Drupal.services.call to force switch the content type on …
70734ae
…comment update calls.
#17. Change comment update tests to actually check for updates.
97f343a
The deprecated function brought forth was a mistake, it can't handle custom fields properly, doh!
Sorry, something went wrong.
No branches or pull requests
For some reason(s) the services module doesn't like application/json to be PUT, instead use application/x-www-form-urlencoded.
The text was updated successfully, but these errors were encountered: