def listCollabTypes(self): """ Vocabulary list to populate collaborator column in collaborators datagrid field I choose to set this in stone. """ return atapi.DisplayList( (("member", _(u"Group Member"),), ("past", _(u"Past Group Member"),), ("collaborator", _(u"Collaborator"),), ))
def title(self): return _(u'Researcher info')