Opened 9 years ago
Closed 9 years ago
#13936 closed defect (fixed)
JsonRestStore - path broken
Reported by: | stsy | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Data | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox/json/schema.js was uppercase.
Index: dojox/data/JsonRestStore.js =================================================================== --- dojox/data/JsonRestStore.js (Revision 26594) +++ dojox/data/JsonRestStore.js (Arbeitskopie) @@ -1,5 +1,5 @@ define(["dojo/_base/lang", "dojo/_base/declare", "dojo/_base/connect", "dojox/rpc/Rest", - "dojox/rpc/JsonRest", "dojox/json/Schema", "dojox/data/ServiceStore"], + "dojox/rpc/JsonRest", "dojox/json/schema", "dojox/data/ServiceStore"], function(lang, declare, connect, rpcRest, rpcJsonRest, jsonSchema, ServiceStore) { /*=====
Change History (2)
comment:1 Changed 9 years ago by
Owner: | changed from Jared Jurkiewicz to Kris Zyp |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was fixed in [26769].