closes #608, #608: zotero rdf import error: 'shortTitle' is not a valid field for type 14

This commit is contained in:
Simon Kornblith 2007-04-04 23:51:24 +00:00
parent 8fcbf7093d
commit 3674ed5684

View File

@ -1193,7 +1193,7 @@ Zotero.Translate.prototype._itemDone = function(item, attachedTo) {
}
// create short title
if(item.shortTitle === undefined) {
if(item.shortTitle === undefined && Zotero.ItemFields.isValidForType("shortTitle", typeID)) {
// get field id
var fieldID = Zotero.ItemFields.getFieldIDFromTypeAndBase(typeID, "title");
// get title