Opened 9 years ago
Closed 9 years ago
#13973 closed defect (duplicate)
JsonRestStore - reference error on
Reported by: | marcellkovacs | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Data | Version: | 1.6.1 |
Keywords: | grid jsonrest reststore commit error dirtyobject | Cc: | Kris Zyp |
Blocked By: | Blocking: |
Description
When using DataGrid?, JsonRestStore? for in-grid editing. A fail response will lead to a reference error. (dirtyObject is undefined)
dojox\rpc\JsonRest?.js line 115
wrong line: dirtyObjects = dirtyObject.concat(savingObjects);
fixed line: dirtyObjects = dirtyObjects.concat(savingObjects);
missing 's' from the end of dirtyObjects
Change History (1)
comment:1 Changed 9 years ago by
Cc: | Kris Zyp added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yet another dup of #10615.