Opened 14 years ago
Closed 14 years ago
#2546 closed defect (fixed)
[dojo.data] JsonItemStore allows duplicate items with same identity
Reported by: | skinner | Owned by: | skinner |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Data | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When dojo.data.JsonItemStore? reads in a file (or a data set), it should throw an exception if the file contains two items with the same identity. Right now it reads the file without complaint, and when you call findByIdentity() you only get one of the items.
Note: See
TracTickets for help on using
tickets.
See #2704