Ticket #2553 (closed defect: fixed)

Opened 18 months ago

Last modified 17 months ago

[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

Changed 17 months ago by peller

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

See #2704

Note: See TracTickets for help on using tickets.