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:
parent
315d41790d
commit
14c4b6a463
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user