From 6db484907969669d336cbfa732c2c02fd437af1f Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 16 Dec 2020 15:27:48 -0600 Subject: [PATCH] Export related citations --- bin/export-items | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/export-items b/bin/export-items index b7f4fe6c8..32d6b1e4b 100755 --- a/bin/export-items +++ b/bin/export-items @@ -43,6 +43,7 @@ def serialize(item) item_type: item.item_type, citation: item.preferred_citation, related_items: related_items, + related_citations: item.related_citation, contributors: contributors(item), keywords: item.keywords, files: files(item),