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

This commit is contained in:
Paul Franklin 2015-02-23 10:35:59 -08:00
parent fed7d5e5b8
commit 97762815bc

View File

@ -79,6 +79,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):
"""