commit bd2ab16030629c689c895fc085d0751e16d785d8
parent 30b389823523c5c0f7019733e11ff69461e1ce4b
Author: Simon Kornblith <simon@simonster.com>
Date: Sun, 22 Jul 2012 20:17:20 -0400
Add sourceItemID to list of cached fields
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/data/items.js b/chrome/content/zotero/xpcom/data/items.js
@@ -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;
}
}