From cc48cc2f22d096d10d82e1086a8a60466bd42dd8 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 9 May 2020 18:58:14 +0200 Subject: [PATCH] link publisher --- static/js/documentInfoView.leftovers.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/js/documentInfoView.leftovers.js b/static/js/documentInfoView.leftovers.js index af3a903..627540f 100644 --- a/static/js/documentInfoView.leftovers.js +++ b/static/js/documentInfoView.leftovers.js @@ -488,7 +488,14 @@ pandora.ui.documentInfoView = function(data, isMixed) { }).join(', '); } else if (listKeys.indexOf(key) > -1) { ret = formatLink(value.split(', '), key); - } else if (['type', 'publisher', 'format', 'source', 'group'].indexOf(key) > -1) { + } else if ([ + 'format', + 'group', + 'publication', + 'publisher', + 'source', + 'type' + ].indexOf(key) > -1) { ret = formatLink(value, key); } else { if (isMixed[key]) {