Opened 9 years ago
Closed 9 years ago
#15274 closed enhancement (fixed)
make simpleFetch based classes more extendable
Reported by: | Karl Tiedt | Owned by: | Karl Tiedt |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Data | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This attached patch exposes _errorHandler and _fetchHandler in the SimpleFetch? closure as this.fetchHandler and this.errorHandler so DataStore?'s can be extended w/the ability to modify these methods
I've done a quick check and no existing DataStores? in dojo/data or dojox/data use these names and ran through some of the test pages and they appear to all be working...
Attachments (1)
Change History (4)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Owner: | changed from Kris Zyp to Karl Tiedt |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Type: | defect → enhancement |
---|
Changed 9 years ago by
Attachment: | simpleFetch.patch added |
---|
Note: See
TracTickets for help on using
tickets.
allow simpleFetch methods to be extendable by future DataStore? subclasses