6053: Person and Family pass eventref as object with sources, but it has no sources
svn: r20417
This commit is contained in:
parent
461f51660d
commit
7b9465098f
@ -320,8 +320,7 @@ class Family(CitationBase, NoteBase, MediaBase, AttributeBase, LdsOrdBase,
|
|||||||
:rtype: list
|
:rtype: list
|
||||||
"""
|
"""
|
||||||
check_list = self.media_list + self.attribute_list + \
|
check_list = self.media_list + self.attribute_list + \
|
||||||
self.lds_ord_list + self.child_ref_list + \
|
self.lds_ord_list + self.child_ref_list
|
||||||
self.event_ref_list
|
|
||||||
return check_list
|
return check_list
|
||||||
|
|
||||||
def get_note_child_list(self):
|
def get_note_child_list(self):
|
||||||
|
@ -437,8 +437,7 @@ 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