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: r21196
This commit is contained in:
Tim G L Lyons 2013-01-22 19:14:57 +00:00
parent 9c66c62d5c
commit b0f79b5bbe

View File

@ -442,7 +442,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):