Opened 8 years ago
Closed 5 years ago
#17404 closed defect (patchwelcome)
rpc/JsonRest Response JSON merge no effect
Reported by: | suntao | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Dojox | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When i use JsonRestStore? with the default rpc/JsonRest and get a Response after newItem on store. In the function sendToServer from the dfd callback the new id used but the merge of resolveJson have no effect.
The value ist merged and returned but in the store is no effect.
The Documentation described "The server can also assign or change properties of the object"
Line: 176 in dojox/rpc/JsonRest.js
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
I tested more.
I use the JsonRestStore? with dijit/Form/Select when i add newItem there i an effect in the store but the select won't update the id from the respons.