Opened 14 years ago
Closed 14 years ago
#2459 closed defect (fixed)
[PATCH] fix for r7319 broken data updates on FilteringTable
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
With SVN r7319, if you try to use the new updateData() method on dojo.collections.Store, the triggered event handler in the FilteringTable? widget leads to multiple exceptions (if you fix the first there comes the next...).
The attached patch fixes this problem.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | dojo-FilteringTable-r7319-fix.patch added |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
problem fix