4758: Copy constructor of gen.lib objects uses shallow copy instead of deep copy
svn: r16825
This commit is contained in:
@@ -90,7 +90,7 @@ class Name(SecondaryObject, PrivacyBase, SurnameBase, SourceBase, NoteBase,
|
||||
self.first_name = source.first_name
|
||||
self.suffix = source.suffix
|
||||
self.title = source.title
|
||||
self.type = source.type
|
||||
self.type = NameType(source.type)
|
||||
self.group_as = source.group_as
|
||||
self.sort_as = source.sort_as
|
||||
self.display_as = source.display_as
|
||||
|
Reference in New Issue
Block a user