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:
parent
46ded3e7db
commit
672fd4e8f0
@ -442,7 +442,8 @@ class Person(CitationBase, NoteBase, AttributeBase, MediaBase,
|
|||||||
self.address_list +
|
self.address_list +
|
||||||
self.attribute_list +
|
self.attribute_list +
|
||||||
self.lds_ord_list +
|
self.lds_ord_list +
|
||||||
self.person_ref_list
|
self.person_ref_list +
|
||||||
|
self.event_ref_list
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_note_child_list(self):
|
def get_note_child_list(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user