add Associated people

This commit is contained in:
j 2019-10-14 15:04:44 +01:00
parent 28130a9c24
commit 477d43d9de
2 changed files with 13 additions and 2 deletions

View file

@ -303,7 +303,18 @@
{ {
"id": "associatedgroups", "id": "associatedgroups",
"operator": "+", "operator": "+",
"title": "Associated groups/individuals", "title": "Associated groups",
"type": ["string"],
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "associatedpeople",
"operator": "+",
"title": "Associated people",
"type": ["string"], "type": ["string"],
"filter": true, "filter": true,
"find": true, "find": true,

View file

@ -232,7 +232,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
renderGroup(['author', 'date', 'format']); renderGroup(['author', 'date', 'format']);
renderGroup(['publisher', 'place', 'series', 'volume', 'language']); renderGroup(['publisher', 'place', 'series', 'volume', 'language']);
renderGroup(['source', 'links']); renderGroup(['source', 'links']);
renderGroup(['movement', 'event', 'associatedgroups']); renderGroup(['movement', 'event', 'associatedgroups', 'associatedpeople']);
renderGroup(['tags']); renderGroup(['tags']);
// Description ------------------------------------------------------------- // Description -------------------------------------------------------------