fix for "TypeError: can't pickle OIBTreeItems objects".
svn path=/plone.app.discussion/trunk/; revision=27778
This commit is contained in:
@@ -36,7 +36,7 @@ def last_comment_date(object):
|
||||
@indexer(IContentish, IZCatalog)
|
||||
def commentators(object):
|
||||
conversation = IConversation(object)
|
||||
return conversation.commentators
|
||||
return tuple(set(conversation.commentators.keys()))
|
||||
|
||||
# Comment Indexers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user