9200: "Find text in record" filter crash
This commit is contained in:
@@ -234,7 +234,7 @@ class Place(CitationBase, NoteBase, MediaBase, UrlBase, PrimaryObject):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
ret = (self.media_list + self.alt_loc + self.urls +
|
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
|
return ret
|
||||||
|
|
||||||
def get_citation_child_list(self):
|
def get_citation_child_list(self):
|
||||||
|
Reference in New Issue
Block a user