Fixes #1276, RDF export loses collection info (broken by me in r3652)
This commit is contained in:
parent
d98f0ab07a
commit
a161217f3b
1 changed files with 1 additions and 0 deletions
|
@ -2177,6 +2177,7 @@ Zotero.Translate.prototype._exportGetCollection = function() {
|
|||
var returnItem = this._collectionsLeft.shift();
|
||||
var obj = returnItem.serialize();
|
||||
obj.name = obj.fields.name;
|
||||
return obj;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue