6053: Person and Family pass eventref as object with sources, but it has no sources
svn: r20416
This commit is contained in:
parent
c0488a4936
commit
947ba31fa5
@ -284,8 +284,7 @@ class Family(CitationBase, NoteBase, MediaBase, AttributeBase, LdsOrdBase,
|
||||
:rtype: list
|
||||
"""
|
||||
check_list = self.media_list + self.attribute_list + \
|
||||
self.lds_ord_list + self.child_ref_list + \
|
||||
self.event_ref_list
|
||||
self.lds_ord_list + self.child_ref_list
|
||||
return check_list
|
||||
|
||||
def get_note_child_list(self):
|
||||
|
@ -390,8 +390,7 @@ class Person(CitationBase, NoteBase, AttributeBase, MediaBase,
|
||||
self.address_list +
|
||||
self.attribute_list +
|
||||
self.lds_ord_list +
|
||||
self.person_ref_list +
|
||||
self.event_ref_list
|
||||
self.person_ref_list
|
||||
)
|
||||
|
||||
def get_note_child_list(self):
|
||||
|
Loading…
Reference in New Issue
Block a user