diff --git a/config.jsonc b/config.jsonc index c32cc88..2a76316 100644 --- a/config.jsonc +++ b/config.jsonc @@ -280,7 +280,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "sort": true }, { - "id": "groups", + "id": "collection", "title": "Collections", "type": ["string"], "columnWidth": 128, diff --git a/static/js/documentInfoView.savvy.js b/static/js/documentInfoView.savvy.js index caa5a98..534156d 100644 --- a/static/js/documentInfoView.savvy.js +++ b/static/js/documentInfoView.savvy.js @@ -233,7 +233,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { renderGroup(['publisher', 'place', 'series', 'edition', 'language']); renderGroup(['isbn']); renderGroup(['categories', 'keywords']); - renderGroup(['groups', 'projects']); + renderGroup(['collection', 'projects']); // Description -------------------------------------------------------------