Needs review
Project:
Backbone
Version:
7.x-1.x-dev
Component:
JS Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2012 at 09:58 UTC
Updated:
20 Sep 2012 at 18:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
ethanw commentedIt looks like your attempting to fetch a set of nodes via a view, then edit on of their title's via an in-place editor, then load again and edit again. Is that correct?
If so, I'd be interested to see the calls made to the server, such as a Firebug Network pane log...I'm curious to know whether it's sending PUTS or POSTS. I've seen erratic behavior with this on a few test apps, where it was always PUTing, even when I was trying to update.
Also could be useful to see the contents of the JSON object received via the view.
Comment #2
ethanw commentedI finally got a lead on this from the Webform Calculator team. They need to set form rebuild to true for all AJAX submissions to avoid a similar error in their module.
I tried the same in Services' node resource and it appears to fix the issue. I'll upload the patch here to confirm the patch to services address the issue in other backbone apps, then crosspost to the Services queue once that's confirmed.
Comment #3
ethanw commentedComment #4
ethanw commentedThis has been downgraded in priority: RestWS is now the recommended backend.
Comment #4.0
ethanw commentedadded error message