9200: "Find text in record" filter crash

This commit is contained in:
SNoiraud 2016-01-27 12:57:23 +01:00
parent f031abd7c9
commit 638cd571d4

View File

@ -229,7 +229,7 @@ class Place(CitationBase, NoteBase, MediaBase, UrlBase, PrimaryObject):
"""
ret = (self.media_list + self.alt_loc + self.urls +
self.name + self.alt_names)
self.name.get_text_data_child_list() + self.alt_names)
return ret
def get_citation_child_list(self):