From 99140f9a8e43e176721a8980c83156d26f02b49f Mon Sep 17 00:00:00 2001 From: rlx Date: Mon, 24 Jun 2019 14:51:45 +0200 Subject: [PATCH] collections -> groups --- config.jsonc | 9 ++++++++- static/js/documentInfoView.savvy.js | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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 -------------------------------------------------------------