opensocial.Person.getDisplayName returns an object instead of a string
----------------------------------------------------------------------
Key: SHINDIG-59
URL: https://issues.apache.org/jira/browse/SHINDIG-59
Project: Shindig
Issue Type: Bug
Reporter: Paul Lindner
Assignee: Paul Lindner
The specification says that getDisplayName() should return a string. Instead
right now it returns a
opensocial.Name object:
opensocial.Person.prototype.getDisplayName = function() {
return this.getField(opensocial.Person.Field.NAME);
}
To return a string we should construct a value based off the opensocial.Name
object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.