Fix backref links from events to person. In the event view, the 'Main Participants' was blank, as was the 'References' gramplet.

svn: r18245
This commit is contained in:
Tim G L Lyons 2011-10-03 17:19:23 +00:00
parent 315d41790d
commit 14c4b6a463

View File

@ -433,7 +433,7 @@ class Person(CitationBase, NoteBase, AttributeBase, MediaBase,
:returns: Returns the list of objects referencing primary objects.
:rtype: list
"""
return self.get_citation_child_list()
return (self.get_citation_child_list() + self.event_ref_list)
def merge(self, acquisition):
"""