Opened 14 years ago
Closed 14 years ago
#2541 closed defect (fixed)
[dojo.data] in JsonItemStore, can't call findByIdentity() before find()
Reported by: | skinner | Owned by: | skinner |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Data | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In dojo.data.JsonItemStore?, currently you need to do a find() before you can do anything else. For example, a call to findByIdentity() will fail if you haven't called find() first. We should fix that.
Note: See
TracTickets for help on using
tickets.
See #2704