From ca4822971be6ffe5d262b6e09451bbb83e6027b5 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 5 Dec 2019 15:20:58 +0000 Subject: [PATCH] fix link --- static/js/documentInfoView.leftovers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/documentInfoView.leftovers.js b/static/js/documentInfoView.leftovers.js index 50e4d50..c140ca4 100644 --- a/static/js/documentInfoView.leftovers.js +++ b/static/js/documentInfoView.leftovers.js @@ -484,7 +484,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { }).join(', '); } else if (listKeys.indexOf(key) > -1) { ret = formatLink(value.split(', '), key); - } else if (['type', 'publisher', 'format', 'source'].indexOf(key) > -1) { + } else if (['type', 'publisher', 'format', 'source', 'group'].indexOf(key) > -1) { ret = formatLink(value, key); } else { if (isMixed[key]) {