From 477d43d9de894cbc30ec2eab90d887076328376c Mon Sep 17 00:00:00 2001 From: j Date: Mon, 14 Oct 2019 15:04:44 +0100 Subject: [PATCH] add Associated people --- config.jsonc | 13 ++++++++++++- static/js/documentInfoView.mdr.js | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index e51d4fc..9fc68d6 100644 --- a/config.jsonc +++ b/config.jsonc @@ -303,7 +303,18 @@ { "id": "associatedgroups", "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"], "filter": true, "find": true, diff --git a/static/js/documentInfoView.mdr.js b/static/js/documentInfoView.mdr.js index d185f55..29d7ebd 100644 --- a/static/js/documentInfoView.mdr.js +++ b/static/js/documentInfoView.mdr.js @@ -232,7 +232,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { renderGroup(['author', 'date', 'format']); renderGroup(['publisher', 'place', 'series', 'volume', 'language']); renderGroup(['source', 'links']); - renderGroup(['movement', 'event', 'associatedgroups']); + renderGroup(['movement', 'event', 'associatedgroups', 'associatedpeople']); renderGroup(['tags']); // Description -------------------------------------------------------------