#7172 closed defect (fixed)
JsonRestStore schema
Reported by: | maulin | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Data | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
line 97 of JsonRestStore?:
this.schema = this.service._schema
should be
this.service._schema |
so as not to clobber a passed in schema
Change History (4)
comment:1 Changed 13 years ago by
Owner: | changed from Jared Jurkiewicz to kriszyp |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | tbd → 1.2 |
---|
comment:4 Changed 11 years ago by
Owner: | changed from kriszyp to Kris Zyp |
---|
Note: See
TracTickets for help on using
tickets.
(In [14457]) Adds client side querying capabilities and result set updating per http://turtle.dojotoolkit.org/pipermail/dojo-interest/2008-July/032550.html, fixes #7172, fixes #7179, Refers #6981, Refers #7030, and updates to Offline Rest to utilize this (Refers #6815)