Add sourceItemID to list of cached fields
This commit is contained in:
parent
30b3898235
commit
bd2ab16030
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue