Opened 14 years ago
Closed 14 years ago
#3554 closed defect (fixed)
0.9: Change getItemByIdentity -> fetchItemByIdentity for dojo.data.api.Identity
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: Change getItemByIdentity -> fetchItemByIdentity for dojo.data.api.Identity
As of the 06-26-2007 meeting, it was agreed this method should be made async, as most often it will go back to a server and it would be good to not require a blocking call here (as not all IO modes can block).
This affects JsonItemStore?, its UT, and CsvStore? and its UT.
Attachments (3)
Change History (6)
Changed 14 years ago by
Attachment: | dijit.data_IdentityUpdate_20070628.patch added |
---|
Changed 14 years ago by
Attachment: | dojox.data_IdentityUpdate_20070628.patch added |
---|
Update to code in dojox for the API change
Changed 14 years ago by
Attachment: | dojo.data_IdentityUpdate_20070628.patch added |
---|
Update to code in core dojo for the API change
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Update to code in dijit for the API change