Ticket #2546 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years 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 2 years ago by peller

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

See #2704

Note: See TracTickets for help on using tickets.