#15157 closed defect (fixed)
[patch][cla] Reverting all JsonRestStores in a single operation
Reported by: | juk | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Data | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Calling revert({global: true}) on JsonRestStore? causes only that store to revert.
On the other hand, omitting {global: true} causes all stores to revert - the functionality (added in http://bugs.dojotoolkit.org/changeset/15553/dojo) seems to be reversed.
See proposed patch.
Attachments (1)
Change History (4)
Changed 10 years ago by
comment:1 Changed 9 years ago by
Summary: | Reverting all JsonRestStores in a single operation → [patch][cla] Reverting all JsonRestStores in a single operation |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
In [30761]: