Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2.0, 0.3.0
-
None
-
Redhat EL 5.1, Java 6
Description
Email from Stephen:
Hi Eric,
I'm attempting to create a widget with a select_multiple_callback
parameter. However, whenever I attempt to deploy it, I get:
json_text.parseJSON is not a function
param_options=json_text.parseJSON();
The same descriptor works fine if I set the type to select_callback.
I'm using chukwa 2.0.
—
Found the problem-- workspace.js calls "parseJSON", not "evalJSON" when
select_multiple_callback is called.