Ticket #2546 (closed defect: fixed)
[dojo.data] JsonItemStore allows duplicate items with same identity
| Reported by: | skinner | Owned by: | skinner |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Data | Version: | 0.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
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.
Change History
Note: See
TracTickets for help on using
tickets.