Person URLs not transformed correctly
-------------------------------------
Key: SHINDIG-564
URL: https://issues.apache.org/jira/browse/SHINDIG-564
Project: Shindig
Issue Type: Bug
Components: Features (Javascript)
Reporter: Adam Winer
Priority: Minor
There's a small typo in JsonRpcContainer.prototype.createPersonFromJson(), in:
if (serverJson.urls) {
for (var u = 0; u < serverJson.urls.length; u++) {
this.translateUrlJson(serverJson.urls[p]);
}
}
... should be serverJson.urls[u], not [p]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.