[Dojo-checkins] [dojo] #7732: ServiceStore fetchItemByIdentity onError
dojo
trac at dojotoolkit.org
Fri Sep 26 06:46:59 UTC 2008
#7732: ServiceStore fetchItemByIdentity onError
------------------------+---------------------------------------------------
Reporter: maulin | Owner: jaredj
Type: defect | Status: new
Priority: normal | Milestone: tbd
Component: DojoX Data | Version: 1.2beta
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment(by maulin):
and lastly, forgot to return store.inherited in JsonRestStore
### Eclipse Workspace Patch 1.0
#P dojo-dev
Index: dojox/data/JsonRestStore.js
===================================================================
--- dojox/data/JsonRestStore.js (revision 15324)
+++ dojox/data/JsonRestStore.js (working copy)
@@ -293,7 +293,7 @@
args.identity = serviceAndId.id;
}
args._prefix = store.service.servicePath;
- store.inherited(arguments);
+ return store.inherited(arguments);
},
//Notifcation Support
--
Ticket URL: <http://bugs.dojotoolkit.org/ticket/7732#comment:2>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit
More information about the Dojo-checkins
mailing list