4047: Cannot modify a mother on a family editor without father
svn: r17219
This commit is contained in:
parent
75dbd70108
commit
0e40cc3fee
@ -986,7 +986,6 @@ class EditFamily(EditPrimary):
|
|||||||
self.db.commit_person(person, trans)
|
self.db.commit_person(person, trans)
|
||||||
if new_handle:
|
if new_handle:
|
||||||
person = self.db.get_person_from_handle(new_handle)
|
person = self.db.get_person_from_handle(new_handle)
|
||||||
if self.obj.handle not in person.family_list:
|
|
||||||
person.family_list.append(self.obj.handle)
|
person.family_list.append(self.obj.handle)
|
||||||
self.db.commit_person(person, trans)
|
self.db.commit_person(person, trans)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user