From 1c32d3856bb022af0dd5894810a29e50b6163f58 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 14 Jan 2019 00:35:00 -0500 Subject: [PATCH] Include item URI in translator item object for notes and attachments This allows for related items, referenced by URI in `.relations['dc:relation']`, to be included in the export. --- chrome/content/zotero/xpcom/utilities_internal.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/chrome/content/zotero/xpcom/utilities_internal.js b/chrome/content/zotero/xpcom/utilities_internal.js index 0e756427b2..17bc8e0295 100644 --- a/chrome/content/zotero/xpcom/utilities_internal.js +++ b/chrome/content/zotero/xpcom/utilities_internal.js @@ -846,8 +846,9 @@ Zotero.Utilities.Internal = { item.attachments = []; let attachments = zoteroItem.getAttachments(); for (let i=0; i