0008283: GEDCOM export does not export media attached to citations. Fix

for gramps40
This commit is contained in:
kulath 2015-01-07 17:58:14 +00:00
parent 4e7cfd759f
commit ed921b1a53

View File

@ -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()):