From 97762815bcf5ec2a38b3537266003bda63a391b8 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Mon, 23 Feb 2015 10:35:59 -0800 Subject: [PATCH] 8316: Family with children but no parents is lost on filtered export --- src/gen/proxy/filter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gen/proxy/filter.py b/src/gen/proxy/filter.py index 27bd43cea..0e8150bce 100644 --- a/src/gen/proxy/filter.py +++ b/src/gen/proxy/filter.py @@ -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): """