From cbc2e7bb73cc058c2eb9c4fa5c9ca2ca9b1051b7 Mon Sep 17 00:00:00 2001 From: Frank Bennett Date: Mon, 17 Apr 2023 07:05:26 +0900 Subject: [PATCH] Enable seeAlso for CSLJSON import/export --- utilities_item.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utilities_item.js b/utilities_item.js index 8fc9021..41e00ac 100644 --- a/utilities_item.js +++ b/utilities_item.js @@ -213,6 +213,8 @@ var Utilities_Item = { cslItem.title = Zotero.Utilities.Item.noteToTitle(zoteroItem.note); } + cslItem.seeAlso = zoteroItem.seeAlso; + //this._cache[zoteroItem.id] = cslItem; return cslItem; }, @@ -397,6 +399,7 @@ var Utilities_Item = { } } } + item.seeAlso = cslItem.seeAlso; }, /**