From fc49ec0907956143483e1f5d9571423ba4c67556 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 11 Mar 2019 12:19:34 +0000 Subject: [PATCH] add setincountry --- config.jsonc | 12 +++++++++++- static/js/infoView.cms.js | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index 171bd74..bf53b98 100644 --- a/config.jsonc +++ b/config.jsonc @@ -535,7 +535,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. }, { "id": "country", - "title": "Country", + "title": "Production Country", "type": ["string"], "autocomplete": true, "columnWidth": 180, @@ -577,6 +577,16 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "find": true, "sort": true }, + { + "id": "setincountry", + "title": "Set in Country", + "type": ["string"], + "autocomplete": true, + "columnWidth": 180, + "filter": true, + "find": true, + "sort": true + }, { "id": "style", "title": "Style", diff --git a/static/js/infoView.cms.js b/static/js/infoView.cms.js index 894215c..25c7b8d 100644 --- a/static/js/infoView.cms.js +++ b/static/js/infoView.cms.js @@ -301,7 +301,7 @@ pandora.ui.infoView = function(data) { renderGroup(['originalTitle', 'alternativeTitles']); - renderGroup(['type', 'framework', 'style', 'version']); + renderGroup(['setincountry', 'type', 'framework', 'style', 'version']); renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']);