I am curious as to why the record contained in the result set of a Model.save() response does not properly return updated associated data, despite the updated d
If your ID field has a value then ExtJS will always call update. If you do not write any value to your id field or set it to null, it should call create. I guess you are trying to call save with an existing record so it will always call update. This is a desired behavior.