0008283: GEDCOM export does not export media attached to citations. Fix
for gramps master
This commit is contained in:
parent
cd779d5163
commit
d69a84d56e
@ -1310,6 +1310,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)
|
||||
|
||||
even = None
|
||||
|
Loading…
Reference in New Issue
Block a user