* src/GrampsBSDDB.py: add upgrade to version 3 for new Name type
* src/NameEdit.py: add date editor field * src/ReadXML.py: read date field attached to a name * src/WriteXML.py: write date field attached to a name * src/RelLib.py: add date field to Name * src/gramps.glade: add date editor field to Name Editor dialog svn: r4121
This commit is contained in:
@@ -674,6 +674,8 @@ class XmlWriter:
|
||||
self.write_line("suffix",name.get_suffix(),index+1)
|
||||
self.write_line("patronymic",name.get_patronymic(),index+1)
|
||||
self.write_line("title",name.get_title(),index+1)
|
||||
if name.date:
|
||||
self.write_date(name.date,4)
|
||||
if name.get_note() != "":
|
||||
self.write_note("note",name.get_note_object(),index+1)
|
||||
for s in name.get_source_references():
|
||||
|
Reference in New Issue
Block a user