collective / dexterity.membrane

enables dexterity content items to be used as users and groups in Plone sites
3 stars 14 forks source link

A group might accidentally show up as a user. #22

Closed mauritsvanrees closed 8 years ago

mauritsvanrees commented 8 years ago

portal_membership.listMembers then says:

AttributeError: 'NoneType' object has no attribute '__of__'.

We prevent this by implementing getUserId and getUserName on groups, returning the group id and group name.