Fix GEDCOM import when family is missing; import created a missing note (#971)
Fixes #11472
This commit is contained in:
parent
1a8406e2e4
commit
ddb29b1628
@ -3222,6 +3222,7 @@ class GedcomParser(UpdateCallback):
|
|||||||
make_unknown(gramps_id, self.explanation.handle,
|
make_unknown(gramps_id, self.explanation.handle,
|
||||||
class_func, commit_func, self.trans,
|
class_func, commit_func, self.trans,
|
||||||
db=self.dbase)
|
db=self.dbase)
|
||||||
|
self.missing_references += 1
|
||||||
self.__add_msg(_("Error: %(msg)s '%(gramps_id)s'"
|
self.__add_msg(_("Error: %(msg)s '%(gramps_id)s'"
|
||||||
" (input as @%(xref)s@) not in input"
|
" (input as @%(xref)s@) not in input"
|
||||||
" GEDCOM. Record synthesised") %
|
" GEDCOM. Record synthesised") %
|
||||||
|
Loading…
Reference in New Issue
Block a user