Opened 10 years ago
Closed 8 years ago
#11847 closed enhancement (wontfix)
add setDirtyObjects() method to JsonRest
Reported by: | Simon Speich | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Data | Version: | 1.5 |
Keywords: | JsonResStore, JsonRest, rpc, isDirty | Cc: | |
Blocked By: | Blocking: |
Description
The dojox.rpc.JsonRest? already has a method getDirtyObjects, but it would be nice if there were also a setDirtyObjects method.
Why: This would allow to manipulate which items get updated when calling a store.save. This would allow sub-attibute updates, since I can do my own xhr, but still use the store's setValue method, but withoud a xhr call.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | changed from Jared Jurkiewicz to Kris Zyp |
---|
comment:2 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
dojox/data is abandoned. Some dojox/data stores have been upgraded to use the Dojo Store API and can be found at https://github.com/kfranqueiro/dojo-smore.