From df61788967a0942ae235a674f18f5bd98bfd19d5 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 14 Feb 2020 12:07:07 +0100 Subject: [PATCH] add producer --- config.jsonc | 11 +++++++++++ static/js/infoView.sarai.js | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index cafc582..b236397 100644 --- a/config.jsonc +++ b/config.jsonc @@ -564,6 +564,17 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "sort": true, "sortType": "person" }, + { + "id": "producer", + "title": "Producer", + "type": ["string"], + "autocomplete": true, + "columnRequired": true, + "columnWidth": 180, + "filter": true, + "sort": true, + "sortType": "person" + }, { "id": "editor", "title": "Editor", diff --git a/static/js/infoView.sarai.js b/static/js/infoView.sarai.js index c9d0e2b..e360df3 100644 --- a/static/js/infoView.sarai.js +++ b/static/js/infoView.sarai.js @@ -251,7 +251,7 @@ pandora.ui.infoView = function(data, isMixed) { // Featuring ---------------------------------------------- - renderGroup(['editor', 'featuring']); + renderGroup(['producer', 'editor', 'featuring']); renderGroup(['tags']); renderGroup(['links']);