diff --git a/src/collective/contact/core/content/person.py b/src/collective/contact/core/content/person.py index 8e65590..e16a224 100644 --- a/src/collective/contact/core/content/person.py +++ b/src/collective/contact/core/content/person.py @@ -82,6 +82,9 @@ class Person(Container): title = property(get_title, set_title) + def get_full_title(self): + return self.get_title() + def Title(self): # must return utf8 and not unicode (Title() from basic behavior return utf8) # attributes are stored as unicode