Opened 9 years ago
Closed 9 years ago
#16200 closed defect (fixed)
[patch][cla] undefined method df.scanl in dojox/charting/action2d/Tooltip and dojox/charting/action2d/MoveSlice widget
Reported by: | Martin Repta | Owned by: | cjolif |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Charting | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There is a missing module require "dojox/lang/functional/scan" which had been removed in this commit
https://github.com/dojo/dojox/commit/c9e82d77243932b242ebe13607a7dd41e9ad8dfa
but it is still needed, because it is not a part of dojox/lang/functional and must be mixed into this module, what was the original reason to include dojox/lang/functional/scan module
It can be easily simulated on pie chart with tooltip or pie chart with moveslice effect.
Patch file is attached.
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | scan.patch added |
---|
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | changed from Eugene Lazutkin to cjolif |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
this is against trunk right? Not 1.8.1 as mentioned?