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

This commit is contained in:
Paul Franklin 2015-02-23 08:54:14 -08:00
parent f827fff712
commit 7f9686ba8d

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