Error in person.get_citation_child_list. Causes error in merging citation in person event reference attribute. (Discovered during investigation of 0006336: Delayed update of bottom bar in Person View after merge)

svn: r21195
This commit is contained in:
Tim G L Lyons 2013-01-22 19:09:31 +00:00
parent 69a3b4b27d
commit 3de9ff5dae

View File

@ -390,7 +390,8 @@ class Person(CitationBase, NoteBase, AttributeBase, MediaBase,
self.address_list +
self.attribute_list +
self.lds_ord_list +
self.person_ref_list
self.person_ref_list +
self.event_ref_list
)
def get_note_child_list(self):