Additional view for approved comments

linked in "moderate comments" view
This commit is contained in:
Katja Suess
2019-09-07 11:31:53 +02:00
parent ddf0ac0314
commit 1b7d9fcb16
7 changed files with 189 additions and 2 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable,
return self.id
def getText(self, targetMimetype=None):
# The body text of a comment.
"""The body text of a comment."""
transforms = getToolByName(self, 'portal_transforms')
if targetMimetype is None: