6053: Person and Family pass eventref as object with sources, but it has no sources

svn: r20417
This commit is contained in:
Benny Malengier 2012-09-19 11:31:31 +00:00
parent 461f51660d
commit 7b9465098f
2 changed files with 2 additions and 4 deletions

View File

@ -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):

View File

@ -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):