select_multiple_callback does not work in hicc
----------------------------------------------
Key: CHUKWA-372
URL: https://issues.apache.org/jira/browse/CHUKWA-372
Project: Hadoop Chukwa
Issue Type: Bug
Components: User Interface
Affects Versions: 0.2.0, 0.3.0
Environment: Redhat EL 5.1, Java 6
Reporter: Eric Yang
Fix For: 0.3.0
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.