Opened 14 years ago
Closed 14 years ago
#218 closed defect (fixed)
QueryOnClick - array properties not Instantiated
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description
Issue
Some array properties in the QueryOnClick widget are instantiated in the class instead of the constructor, which makes 2 instantiated widgets share them instead of having their own.
Solution
Instantiate the arrays in the constructor.
Note:
See TracTickets
for help on using tickets.
fixed in r1030.