Stanton Sievers created RAVE-1269:
-------------------------------------
Summary: Errors in opensocial gadget rendering should callback
with an error
Key: RAVE-1269
URL: https://issues.apache.org/jira/browse/RAVE-1269
Project: Rave
Issue Type: Bug
Reporter: Stanton Sievers
In rave_opensocial.js' renderWidget method, if the widget has an error it
doesn't callback. Thus, the caller can't try to handle the error.
{code}
exports.renderWidget = function (widget, el, opts) {
if (widget.error) {
widget.renderError(el, widget.error.message);
return;
}
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)