0008283: GEDCOM export does not export media attached to citations. Fix
for gramps40
This commit is contained in:
parent
4e7cfd759f
commit
ed921b1a53
@ -1307,6 +1307,7 @@ class GedcomWriter(UpdateCallback):
|
||||
note_list = [ n.handle for n in note_list
|
||||
if n and n.get_type() != NoteType.SOURCE_TEXT]
|
||||
self._note_references(note_list, level+1)
|
||||
|
||||
self._photos(citation.get_media_list(), level+1)
|
||||
|
||||
if "EVEN" in list(citation.get_data_map().keys()):
|
||||
|
Loading…
Reference in New Issue
Block a user