#3291 closed defect (fixed)
0.9: Remove the attribute-item information on Read API of dojo.data
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: Remove the attribute-item information on Read API of dojo.data
The lead proponent of attribute items changed his mind and decided they were a bad idea on the interface as it overly complicates it. So, removing this before 0.9 beta. Only one store of the many ever implemented it anyway (JsonItemStore?), and it always seemed a strange way to access attributes (and not a common way to do it at all).
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
Changed 14 years ago by
Attachment: | dojo.data.JsonItemStore_20070606.patch added |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 14 years ago by
Simple removal change. Tested on:
Windows:
Firefox 2.0.0.4 IE 6.0 Opera 9.2
comment:4 Changed 14 years ago by
(In [9028]) JsonItemStore?: replaced some spaces with tabs, and removed attribute-item in doc strings. refs #2891, #3291
Note: See
TracTickets for help on using
tickets.
(In [8936]) Commiting in minor change to remove the attribute-item concept from the API. fixes #3291