groups -> collection

This commit is contained in:
rlx 2019-06-24 14:53:03 +02:00
parent 99140f9a8e
commit f96c0b720f
2 changed files with 2 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": "groups", "id": "collection",
"title": "Collections", "title": "Collections",
"type": ["string"], "type": ["string"],
"columnWidth": 128, "columnWidth": 128,

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(['groups', 'projects']); renderGroup(['collection', 'projects']);
// Description ------------------------------------------------------------- // Description -------------------------------------------------------------