diff --git a/config.jsonc b/config.jsonc index f0e99d6..c32cc88 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": "collections", + "id": "groups", "title": "Collections", "type": ["string"], "columnWidth": 128, @@ -333,6 +333,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "operator": "-", "sort": true }, + { + "id": "legacyid", + "operator": "+", + "title": "Legacy ID", + "type": "string", + "columnWidth": 64 + }, { "id": "id", "operator": "+", diff --git a/static/js/documentInfoView.savvy.js b/static/js/documentInfoView.savvy.js index e81a138..caa5a98 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(['collections', 'projects']); + renderGroup(['groups', 'projects']); // Description -------------------------------------------------------------