[
https://issues.apache.org/jira/browse/SHINDIG-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-423.
----------------------------------
Resolution: Fixed
Fix Version/s: trunk
in trunk..
> hardcoded fields in shindig container.js
> ----------------------------------------
>
> Key: SHINDIG-423
> URL: https://issues.apache.org/jira/browse/SHINDIG-423
> Project: Shindig
> Issue Type: Bug
> Components: Javascript
> Reporter: Henning Schmiedehausen
> Fix For: trunk
>
> Attachments: fix-423-bug.patch
>
>
> opensocial-reference/container.js contains
> opensocial.Container.escape = function(value, opt_params, opt_escapeObjects) {
> if (opt_params && opt_params['escapeType'] == 'none') {
> [...]
> that should probably be
> opensocial.Container.escape = function(value, opt_params, opt_escapeObjects) {
> if (opt_params &&
> opt_params[opensocial.DataRequest.DataRequestFields.ESCAPE_TYPE] ==
> opensocial.EscapeType.NONE) {
> [...]
> right?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.