#2553 closed defect (fixed)
[dojo.data] JsonItemStore only works with attribute-name-strings, not attribute objects
Reported by: | skinner | Owned by: | skinner |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Data | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the dojo.data.core.Read API, many of the methods take an argument that either can be an attribute-name-string (like "population") or can be an item that represent that attribute (the population item). The JsonItemStore? methods work correctly if you pass in attribute-name-strings, but they fail if you try to pass in attribute objects.
Note: See
TracTickets for help on using
tickets.
See #2704