collections -> groups

This commit is contained in:
rlx 2019-06-24 14:51:45 +02:00
parent 8553fdbb3f
commit 99140f9a8e
2 changed files with 9 additions and 2 deletions

View file

@ -280,7 +280,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"sort": true "sort": true
}, },
{ {
"id": "collections", "id": "groups",
"title": "Collections", "title": "Collections",
"type": ["string"], "type": ["string"],
"columnWidth": 128, "columnWidth": 128,
@ -333,6 +333,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"operator": "-", "operator": "-",
"sort": true "sort": true
}, },
{
"id": "legacyid",
"operator": "+",
"title": "Legacy ID",
"type": "string",
"columnWidth": 64
},
{ {
"id": "id", "id": "id",
"operator": "+", "operator": "+",

View file

@ -233,7 +233,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
renderGroup(['publisher', 'place', 'series', 'edition', 'language']); renderGroup(['publisher', 'place', 'series', 'edition', 'language']);
renderGroup(['isbn']); renderGroup(['isbn']);
renderGroup(['categories', 'keywords']); renderGroup(['categories', 'keywords']);
renderGroup(['collections', 'projects']); renderGroup(['groups', 'projects']);
// Description ------------------------------------------------------------- // Description -------------------------------------------------------------