#5044 closed defect (fixed)
LazyLoadJSIStore demo using wrong index self._itemId
Reported by: | guest | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | DojoX Data | Version: | 1.0 |
Keywords: | demo lazy load tree | Cc: | |
Blocked By: | Blocking: |
Description
I think the _itemId member was renamed to something else at somepoint and was overlooked here.
dojox.data.demos.stores.LazyLoadJSIStore.js
Reset the item in the reference. self._arrayOfAllItems[item[self._itemId]] = item;
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Status: | new → assigned |
---|
Should be: self_itemNumPropName
It was renamed when the write code was done.
Changed 12 years ago by
Attachment: | dojox.data.demos_LazyLoad_20071112.patch added |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Probably. Will need to look at it. Thanks for the heads up.