Ticket #2546 (closed defect: fixed)

Opened 21 months ago

Last modified 20 months ago

[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

Changed 20 months ago by peller

  • status changed from new to closed
  • resolution set to fixed

See #2704

Note: See TracTickets for help on using tickets.