Fix editing comments in Plone 5
This commit is contained in:
parent
b7f81fc3fe
commit
0b0258867d
@ -288,6 +288,9 @@ class Conversation(Traversable, Persistent, Explicit):
|
|||||||
for k, v in self._comments.iteritems():
|
for k, v in self._comments.iteritems():
|
||||||
yield (k, v.__of__(self),)
|
yield (k, v.__of__(self),)
|
||||||
|
|
||||||
|
def allowedContentTypes(self):
|
||||||
|
return []
|
||||||
|
|
||||||
|
|
||||||
@implementer(IConversation)
|
@implementer(IConversation)
|
||||||
@adapter(IAnnotatable)
|
@adapter(IAnnotatable)
|
||||||
|
Loading…
Reference in New Issue
Block a user