0008283: GEDCOM export does not export media attached to citations. Fix
for gramps34
This commit is contained in:
parent
942b51945c
commit
489d12d484
@ -1305,6 +1305,7 @@ class GedcomWriter(UpdateCallback):
|
|||||||
note_list = [ n.handle for n in note_list
|
note_list = [ n.handle for n in note_list
|
||||||
if n and n.get_type() != gen.lib.NoteType.SOURCE_TEXT]
|
if n and n.get_type() != gen.lib.NoteType.SOURCE_TEXT]
|
||||||
self.__note_references(note_list, level+1)
|
self.__note_references(note_list, level+1)
|
||||||
|
|
||||||
self.__photos(citation.get_media_list(), level+1)
|
self.__photos(citation.get_media_list(), level+1)
|
||||||
|
|
||||||
if "EVEN" in citation.get_data_map().keys():
|
if "EVEN" in citation.get_data_map().keys():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user