Fax Missing.Value for Creator in the catalog. Fixes #11634.
svn path=/plone.app.discussion/trunk/; revision=48838
This commit is contained in:
@@ -72,7 +72,7 @@ def title(object):
|
||||
|
||||
@indexer(IComment)
|
||||
def creator(object):
|
||||
return object.creator.encode('utf-8')
|
||||
return object.creator and object.creator.encode('utf-8')
|
||||
|
||||
@indexer(IComment)
|
||||
def description(object):
|
||||
|
||||
Reference in New Issue
Block a user