Opened 12 years ago
Closed 12 years ago
#6822 closed defect (fixed)
[dojox.grid] QueryReadStore / Grid interaction broken in nightly
Reported by: | dante | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.0 |
Keywords: | Cc: | dante | |
Blocked By: | Blocking: |
Description
I just svn up'd and in dojox/data/demos/ the QueryReadStore hooked to a grid no longer shows data, failing with the error: this.grid.getItem is not a function ... in [13793] _getItem was renamed to getItem, and in _View.js generateHtml was a new ref to this.grid.getItem around line 329
I tried digging around to no avail. reverting to 13792 resolved my issue
Change History (2)
comment:1 Changed 12 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [13828]) fixes #6822 !strict