commit 37b6a14f177ed27315b5d2c519f8fac45aa6c6e1
parent c2ad4ceb0a1f18faf4d2cad48d0c39c1ba10893b
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 31 Oct 2015 01:36:49 -0400
Fix attachment pane loading
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js
@@ -1325,6 +1325,7 @@ var ZoteroPane = new function()
else if (item.isAttachment()) {
var attachmentBox = document.getElementById('zotero-attachment-box');
attachmentBox.mode = this.collectionsView.editable ? 'edit' : 'view';
+ yield item.loadItemData();
yield item.loadNote();
attachmentBox.item = item;