8316: Family with children but no parents is lost on filtered export

This commit is contained in:
Paul Franklin 2015-02-23 08:54:57 -08:00
parent 0ae56692eb
commit 3145eadd0a

View File

@ -80,6 +80,7 @@ class FilterProxyDb(ProxyDbBase):
person = self.db.get_person_from_handle(handle)
if person:
self.flist.update(person.get_family_handle_list())
self.flist.update(person.get_parent_family_handle_list())
def get_person_from_handle(self, handle):
"""