You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Chris Chabot (JIRA)" <ji...@apache.org> on 2008/06/12 18:14:45 UTC

[jira] Resolved: (SHINDIG-381) Properties of the person model viz 'Gender','drinker','Presence','Smoker' are not getting displayed in the container. They are coming as "undefined".

     [ https://issues.apache.org/jira/browse/SHINDIG-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Chabot resolved SHINDIG-381.
----------------------------------

    Resolution: Fixed
      Assignee: Chris Chabot

Hmm in the sample container code i did a setGender('MALE'), in partuza and mijndomein.nl i did a setGender(new EnumGender('MALE'));

The first variant is less typing, so correct by definition i guess, patch accepted and applied

> Properties of the person model viz 'Gender','drinker','Presence','Smoker' are not getting displayed in the container. They are coming as "undefined".
> -----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-381
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-381
>             Project: Shindig
>          Issue Type: Bug
>         Environment: Window, Apache
>            Reporter: impetus technologies
>            Assignee: Chris Chabot
>         Attachments: person.php.patch
>
>
> The enum dataype are not getting set for these properties in the file \shindig\php\src\socialdata\opensocial\model\person.php. We need to explicitly set the datatype to enum for these properties in corresponding setter methods.Have attached the patch file for this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.