Add sourceItemID to list of cached fields

This commit is contained in:
Simon Kornblith 2012-07-22 20:17:20 -04:00
parent 30b3898235
commit bd2ab16030

View file

@ -784,7 +784,7 @@ Zotero.Items = new function() {
}
_cachedFields = ['itemID', 'itemTypeID', 'dateAdded', 'dateModified',
'firstCreator', 'numNotes', 'numAttachments', 'numChildren'];
'firstCreator', 'numNotes', 'numAttachments', 'sourceItemID', 'numChildren'];
this._reloadCache = false;
}
}