Ticket #2553 (closed defect: fixed)
[dojo.data] JsonItemStore only works with attribute-name-strings, not attribute objects
| Reported by: | skinner | Owned by: | skinner |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Data | Version: | 0.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
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.
Change History
Note: See
TracTickets for help on using
tickets.