Opened 9 years ago
Closed 9 years ago
#14347 closed defect (duplicate)
dojo.store.Memory.setData() does not reset the index
Reported by: | Alexander Kläser | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently, dojo.store.Memory.setData() would not reset its internal index when assigning new data. The attached patch corrects this behavior.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
patch for dojo.store.Memory