diff --git a/plone/app/discussion/comment.py b/plone/app/discussion/comment.py index dac227b..943f11e 100644 --- a/plone/app/discussion/comment.py +++ b/plone/app/discussion/comment.py @@ -78,7 +78,7 @@ class Comment(DynamicType, Traversable, RoleManager, Owned, Implicit): def Type(self): """The Discussion Item content type """ - return "Discussion Item" + return self.portal_type # CMF's event handlers assume any IDynamicType has these :(