Opened 11 years ago
Closed 11 years ago
#10212 closed defect (fixed)
DataGrid._fetch calls _onFetchError with too few arguments
Reported by: | hwinkler | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This bug should be evident by inspection.
DataGrid?.js line 367 calls this._onFetchError(e).
However line 297 has _onFetchError: function(err, req)
And on line 305 it uses the undefined variable "req".
Change History (2)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [20758]) Fixes #10212 - prevent null from being passed to _onFetchError !strict