8316: Family with children but no parents is lost on filtered export
This commit is contained in:
parent
fed7d5e5b8
commit
97762815bc
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user