diff --git a/templates/workflowTab.tpl b/templates/workflowTab.tpl index 83ce1533..ab45f8f4 100755 --- a/templates/workflowTab.tpl +++ b/templates/workflowTab.tpl @@ -350,7 +350,8 @@ }, setCitations: function(publication) { this.citations = []; - if (publication["{CitationManagerPlugin::CITATIONS_STRUCTURED}"] !== undefined) { + if (publication["{CitationManagerPlugin::CITATIONS_STRUCTURED}"] !== undefined + && publication["{CitationManagerPlugin::CITATIONS_STRUCTURED}"] !== null) { let citations = publication["{CitationManagerPlugin::CITATIONS_STRUCTURED}"]; if (typeof citations === 'string') { citations = JSON.parse(citations);