Return self from serialize to work with the create method
svn: r18587
This commit is contained in:
parent
13f3afe9aa
commit
42c397f830
@ -112,6 +112,7 @@ class Citation(MediaBase, NoteBase, PrimaryObject, DateBase):
|
||||
DateBase.unserialize(self, date)
|
||||
NoteBase.unserialize(self, note_list)
|
||||
MediaBase.unserialize(self, media_list)
|
||||
return self
|
||||
|
||||
def _has_handle_reference(self, classname, handle):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user